Changeset ee06f2a in mainline for kernel/arch/ia32/src/smp/smp.c
- Timestamp:
- 2009-02-15T15:28:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d96f4d
- Parents:
- e7f2ad68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/smp.c
re7f2ad68 ree06f2a 123 123 * BIOS will not do the POST after the INIT signal. 124 124 */ 125 outb(0x70, 0xf);126 outb(0x71, 0xa);125 pio_write_8(0x70, 0xf); 126 pio_write_8(0x71, 0xa); 127 127 128 128 pic_disable_irqs(0xffff);
Note:
See TracChangeset
for help on using the changeset viewer.