]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86, realmode: Align .data section in trampoline_32.S
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:22:34 +0000 (21:22 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:48:03 +0000 (11:48 -0700)
Specify the alignment of the .data section in trampoline_32.S.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-12-git-send-email-jarkko.sakkinen@intel.com
arch/x86/realmode/rm/trampoline_32.S

index 18cb7fc9fad441f32c1b58b375563417cc525083..1f9e3316f73d8dd16c5e567e5910fed479f34f30 100644 (file)
@@ -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: