diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2012-05-08 14:22:34 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-05-08 14:48:03 -0400 |
commit | f7436a9da902922a48cccc208099763b87d6171f (patch) | |
tree | daf5b8a68fc08fe3da20db1ea5e719969aacf8e4 /arch/x86 | |
parent | 024742861124ef26dae4cfc620250f8f47ac934a (diff) |
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 <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-12-git-send-email-jarkko.sakkinen@intel.com
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/realmode/rm/trampoline_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
68 | 68 | ||
69 | .data | 69 | .data |
70 | .globl startup_32_smp, boot_gdt, trampoline_status | 70 | .globl startup_32_smp, boot_gdt, trampoline_status |
71 | 71 | .balign 4 | |
72 | boot_gdt_descr: | 72 | boot_gdt_descr: |
73 | .word __BOOT_DS + 7 # gdt limit | 73 | .word __BOOT_DS + 7 # gdt limit |
74 | boot_gdt: | 74 | boot_gdt: |