Changeset 7453929 in mainline for arch/ia32/src/ia32.c
- Timestamp:
- 2005-11-22T16:26:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aa72859
- Parents:
- f10c72e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
rf10c72e r7453929 77 77 } 78 78 79 void arch_ late_init(void)79 void arch_pre_smp_init(void) 80 80 { 81 81 if (config.cpu_active == 1) { … … 88 88 } 89 89 90 void arch_post_smp_init(void) 91 { 92 trap_virtual_enable_irqs(1<<IRQ_KBD); 93 } 94 90 95 void calibrate_delay_loop(void) 91 96 {
Note:
See TracChangeset
for help on using the changeset viewer.