From: H. Peter Anvin Date: Tue, 8 May 2012 18:22:34 +0000 (+0300) Subject: x86, realmode: Align .data section in trampoline_32.S X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f7436a9da902922a48cccc208099763b87d6171f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git x86, realmode: Align .data section in trampoline_32.S Specify the alignment of the .data section in trampoline_32.S. Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/r/1336501366-28617-12-git-send-email-jarkko.sakkinen@intel.com --- diff --git a/arch/x86/realmode/rm/trampoline_32.S b/arch/x86/realmode/rm/trampoline_32.S index 18cb7fc9fad4..1f9e3316f73d 100644 --- a/arch/x86/realmode/rm/trampoline_32.S +++ b/arch/x86/realmode/rm/trampoline_32.S @@ -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: