Changeset a7961271 in mainline for kernel/test


Ignore:
Timestamp:
2006-08-26T18:42:11Z (19 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.

Location:
kernel/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rwlock4/test.c

    rf47fd19 ra7961271  
    129129        rwlock_initialize(&rwlock);
    130130       
    131 
    132        
    133         for (; ;) {
     131        for (;;) {
    134132                thread_t *thrd;
    135133               
  • kernel/test/thread/thread1/test.c

    rf47fd19 ra7961271  
    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.