- Timestamp:
- 2005-04-24T21:59:33Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad36bd6
- Parents:
- f07bba5
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
rf07bba5 rc9b8c5c 23 23 #TEST_DIR=synch/rwlock2/ 24 24 #TEST_DIR=synch/rwlock3/ 25 TEST_DIR=synch/rwlock4/26 #TEST_DIR=synch/rwlock5/25 #TEST_DIR=synch/rwlock4/ 26 TEST_DIR=synch/rwlock5/ 27 27 #TEST_DIR=synch/semaphore1/ 28 28 #TEST_DIR=synch/semaphore2/ -
src/main/main.c
rf07bba5 rc9b8c5c 119 119 mp_init(); /* Multiprocessor */ 120 120 #endif /* __SMP__ */ 121 122 printf("config.cpu_count=%d\n", config.cpu_count); 121 123 122 124 cpu_init();
Note:
See TracChangeset
for help on using the changeset viewer.