Changeset 43114c5 in mainline for src/cpu/cpu.c
- Timestamp:
- 2005-04-09T18:22:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8262010
- Parents:
- e6ba9a3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/cpu/cpu.c
re6ba9a3f r43114c5 28 28 29 29 #include <cpu.h> 30 #include <arch.h> 30 31 #include <arch/cpu.h> 31 32 #include <mm/heap.h> … … 85 86 #endif /* __SMP__ */ 86 87 87 the->cpu= &cpus[config.cpu_active-1];88 CPU = &cpus[config.cpu_active-1]; 88 89 cpu_identify(); 89 90 cpu_arch_init();
Note:
See TracChangeset
for help on using the changeset viewer.