Changeset b0bf501 in mainline for arch/ia32/src/smp/ap.S
- 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
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.