Changeset bc73be3 in mainline for kernel/arch/ia32/src/smp/smp.c
- Timestamp:
- 2019-06-27T08:51:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8add15e0
- Parents:
- ad40b74b (diff), aeba767 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/src/smp/smp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/smp.c
rad40b74b rbc73be3 55 55 #include <log.h> 56 56 #include <mem.h> 57 #include < arch/drivers/i8259.h>57 #include <genarch/drivers/i8259/i8259.h> 58 58 #include <cpu.h> 59 59 … … 130 130 pio_write_8((ioport8_t *) 0x71, 0xa); 131 131 132 pic_disable_irqs(0xffff);132 i8259_disable_irqs(0xffff); 133 133 apic_init(); 134 134
Note:
See TracChangeset
for help on using the changeset viewer.
