Commit f7436a9d authored by H. Peter Anvin's avatar H. Peter Anvin

x86, realmode: Align .data section in trampoline_32.S

Specify the alignment of the .data section in trampoline_32.S.
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-12-git-send-email-jarkko.sakkinen@intel.com
parent 02474286
......@@ -68,7 +68,7 @@ trampoline_data:
.data
.globl startup_32_smp, boot_gdt, trampoline_status
.balign 4
boot_gdt_descr:
.word __BOOT_DS + 7 # gdt limit
boot_gdt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment