diff --git a/ChangeLog b/ChangeLog index 54d3d501d..0f9b42615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-26 Vladimir Serbinenko + + * grub-core/kern/i386/realmode.S: Remove useless align. + 2012-02-26 Vladimir Serbinenko * include/grub/dl.h (grub_dl_load_file): Don't export. diff --git a/grub-core/kern/i386/realmode.S b/grub-core/kern/i386/realmode.S index b4e2f65c1..0b6190337 100644 --- a/grub-core/kern/i386/realmode.S +++ b/grub-core/kern/i386/realmode.S @@ -46,8 +46,6 @@ * This is the area for all of the special variables. */ - .p2align 5 /* force 4-byte alignment */ - protstack: .long GRUB_MEMORY_MACHINE_PROT_STACK