Changeset 5f85c91 in mainline for generic/src/main/main.c
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/main.c
r389f41e r5f85c91 40 40 #include <align.h> 41 41 42 #ifdef __SMP__42 #ifdef CONFIG_SMP 43 43 #include <arch/smp/apic.h> 44 44 #include <arch/smp/mps.h> 45 #endif /* __SMP__*/45 #endif /* CONFIG_SMP */ 46 46 47 47 #include <smp/smp.h> … … 203 203 204 204 205 #ifdef __SMP__205 #ifdef CONFIG_SMP 206 206 /** Application CPUs main kernel routine 207 207 * … … 269 269 /* not reached */ 270 270 } 271 #endif /* __SMP__*/271 #endif /* CONFIG_SMP */
Note:
See TracChangeset
for help on using the changeset viewer.