Changeset f619ec11 in mainline for kernel/arch/ia32/src/smp
- Timestamp:
- 2007-02-03T21:26:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf5ddf6
- Parents:
- 80bcaed
- File:
-
- 1 edited
-
kernel/arch/ia32/src/smp/smp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/smp.c
r80bcaed rf619ec11 113 113 * Set the warm-reset vector to the real-mode address of 4K-aligned ap_boot() 114 114 */ 115 *((uint16_t *) (PA2KA(0x467 +0))) = ((uintptr_t) ap_boot) >> 4; /* segment */116 *((uint16_t *) (PA2KA(0x467 +2))) = 0; /* offset */115 *((uint16_t *) (PA2KA(0x467 + 0))) = ((uintptr_t) ap_boot) >> 4; /* segment */ 116 *((uint16_t *) (PA2KA(0x467 + 2))) = 0; /* offset */ 117 117 118 118 /* … … 120 120 * BIOS will not do the POST after the INIT signal. 121 121 */ 122 outb(0x70, 0xf);123 outb(0x71, 0xa);122 outb(0x70, 0xf); 123 outb(0x71, 0xa); 124 124 125 125 pic_disable_irqs(0xffff);
Note:
See TracChangeset
for help on using the changeset viewer.
