projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0247428
)
x86, realmode: Align .data section in trampoline_32.S
author
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 8 May 2012 18:22:34 +0000
(21:22 +0300)
committer
H. 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
patch
|
blob
|
history
diff --git
a/arch/x86/realmode/rm/trampoline_32.S
b/arch/x86/realmode/rm/trampoline_32.S
index
18cb7fc
..
1f9e331
100644
(file)
--- 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: