Changeset b0bf501 in mainline for arch/ia32/src/smp
- Timestamp:
- 2005-06-06T20:42:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7a10630
- Parents:
- e3f41b6
- Location:
- arch/ia32/src/smp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/ap.S
re3f41b6 rb0bf501 55 55 orl $1,%eax 56 56 movl %eax,%cr0 57 jmp 0f 58 0: 59 ljmp $KTEXT,$jump_to_kernel 60 61 # this is where the AP enters the kernel space 57 jmpl $KTEXT,$jump_to_kernel 62 58 jump_to_kernel: 63 59 .code32 -
arch/ia32/src/smp/apic.c
re3f41b6 rb0bf501 44 44 * Advanced Programmable Interrupt Controller for MP systems. 45 45 * Tested on: 46 * Bochs 2.0.2 - Bochs 2.2 -cvswith 2-8 CPUs46 * Bochs 2.0.2 - Bochs 2.2 with 2-8 CPUs 47 47 * ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41 with 2x 200Mhz Pentium CPUs 48 48 */
Note:
See TracChangeset
for help on using the changeset viewer.