Changeset 8844e70 in mainline for kernel/arch/ia32/src/smp/ap.S
- Timestamp:
- 2016-04-11T17:03:47Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b0f1b9a
- Parents:
- 3a34852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/ap.S
r3a34852 r8844e70 32 32 */ 33 33 34 #include <abi/asmtool.h> 34 35 #include <arch/boot/boot.h> 35 36 #include <arch/boot/memmap.h> … … 40 41 41 42 #ifdef CONFIG_SMP 42 43 .global unmapped_ap_boot44 43 45 44 KTEXT=8 … … 53 52 54 53 .align 4096 55 unmapped_ap_boot: 54 SYMBOL(unmapped_ap_boot) 56 55 .code16 57 56 cli … … 99 98 #ifdef CONFIG_SMP 100 99 101 .global unmapped_ap_gdtr 102 103 unmapped_ap_gdtr: 100 SYMBOL(unmapped_ap_gdtr) 104 101 .word 0 105 102 .long 0
Note:
See TracChangeset
for help on using the changeset viewer.