Changeset 078a0a1 in mainline
- Timestamp:
- 2006-01-08T17:39:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66def8d
- Parents:
- 69a03b9
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel.config
r69a03b9 r078a0a1 83 83 @ "mm/mapping1" Mapping test 1 84 84 @ "mm/falloc1" Frame Allocation test 1 85 @ "mm/falloc2" Frame Allocation test 2 85 86 @ [ARCH=mips32] "debug/mips1" Mips breakpoint-debug test 86 87 ! CONFIG_TEST (choice) -
test/synch/rwlock3/test.c
r69a03b9 r078a0a1 71 71 thread_t *thrd; 72 72 73 printf("Read/write locks test # 2\n");73 printf("Read/write locks test #3\n"); 74 74 75 75 rwlock_initialize(&rwlock);
Note:
See TracChangeset
for help on using the changeset viewer.