Skip to content

Commit

Permalink
x86, realmode: Align .data section in trampoline_32.S
Browse files Browse the repository at this point in the history
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
  • Loading branch information
H. Peter Anvin committed May 8, 2012
1 parent 0247428 commit f7436a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/realmode/rm/trampoline_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7436a9

Please sign in to comment.