Changeset 57c2a87 in mainline for kernel/arch/ia32/src/smp/ap.S
- Timestamp:
- 2016-05-05T13:02:20Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0d9abcd
- Parents:
- 811770c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/ap.S
r811770c r57c2a87 37 37 #include <arch/mm/page.h> 38 38 #include <arch/pm.h> 39 #include <arch/cpu.h> 39 40 40 41 .section K_TEXT_START, "ax" … … 63 64 /* switch to protected mode */ 64 65 movl %cr0, %eax 65 orl $ 1, %eax66 orl $CR0_PE, %eax 66 67 movl %eax, %cr0 67 68 jmpl $KTEXT, $jump_to_kernel - BOOT_OFFSET + AP_BOOT_OFFSET
Note:
See TracChangeset
for help on using the changeset viewer.