Changeset aace6624 in mainline for generic/src/main/main.c
- Timestamp:
- 2005-12-10T02:05:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 402fc8bf
- Parents:
- 6095342
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/main.c
r6095342 raace6624 41 41 #include <cpu.h> 42 42 #include <align.h> 43 #include <interrupt.h> 43 44 44 45 #ifdef CONFIG_SMP … … 174 175 */ 175 176 kconsole_init(); 177 /* Exception handler initialization, before architecture 178 * starts adding it's own handlers 179 */ 180 exc_init(); 176 181 177 182 arch_pre_mm_init();
Note:
See TracChangeset
for help on using the changeset viewer.