mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-29 15:57:33 +00:00
* grub-core/kern/i386/realmode.S: Remove useless align.
This commit is contained in:
parent
d87893d5dc
commit
a4c65f3441
@ -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 New Issue
Block a user