Changeset a796127 in mainline for kernel/test/thread/thread1/test.c


Ignore:
Timestamp:
2006-08-26T18:42:11Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8ea4a8b
Parents:
f47fd19
Message:

sparc64 work.
Bunch of changes in preparation for sparc64 mm and userspace support.
Fix alignment of hardcoded_* variables in linker script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/thread/thread1/test.c

    rf47fd19 ra796127  
    4545        thread_detach(THREAD); 
    4646
    47         while(1)
    48         {
    49                 while (1)
    50                         ;
     47        while (1)
    5148                printf("%d\n",(int)(THREAD->tid));
    52                 scheduler();
    53         }
    5449}
    5550
Note: See TracChangeset for help on using the changeset viewer.