Changeset 5f85c91 in mainline for arch/ia32/src/ia32.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
-
arch/ia32/src/ia32.c
r389f41e r5f85c91 63 63 trap_register(VECTOR_SYSCALL, syscall); 64 64 65 #ifdef __SMP__65 #ifdef CONFIG_SMP 66 66 trap_register(VECTOR_TLB_SHOOTDOWN_IPI, tlb_shootdown_ipi); 67 67 trap_register(VECTOR_WAKEUP_IPI, wakeup_ipi); 68 #endif /* __SMP__*/68 #endif /* CONFIG_SMP */ 69 69 } 70 70 } … … 82 82 memory_print_map(); 83 83 84 #ifdef __SMP__84 #ifdef CONFIG_SMP 85 85 acpi_init(); 86 #endif /* __SMP__*/86 #endif /* CONFIG_SMP */ 87 87 } 88 88 }
Note:
See TracChangeset
for help on using the changeset viewer.