Changeset a796127 in mainline for kernel/test/synch/rwlock4/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/synch/rwlock4/test.c

    rf47fd19 ra796127  
    129129        rwlock_initialize(&rwlock);
    130130       
    131 
    132        
    133         for (; ;) {
     131        for (;;) {
    134132                thread_t *thrd;
    135133               
Note: See TracChangeset for help on using the changeset viewer.