Changeset ed0dd65 in mainline for src/main/main.c
- Timestamp:
- 2005-04-30T16:47:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30ef8ce
- Parents:
- 10a2e22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
r10a2e22 red0dd65 42 42 #ifdef __SMP__ 43 43 #include <arch/smp/apic.h> 44 #include <arch/smp/mp .h>44 #include <arch/smp/mps.h> 45 45 #endif /* __SMP__ */ 46 47 #include <smp/smp.h> 46 48 47 49 #include <mm/frame.h> … … 118 120 arch_late_init(); 119 121 122 smp_init(); 120 123 printf("config.cpu_count=%d\n", config.cpu_count); 121 124
Note:
See TracChangeset
for help on using the changeset viewer.