* grub-core/kern/i386/realmode.S: Remove useless align.
This commit is contained in:
parent
d87893d5dc
commit
a4c65f3441
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/i386/realmode.S: Remove useless align.
|
||||
|
||||
2012-02-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/dl.h (grub_dl_load_file): Don't export.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue