nx: Rename GRUB_DL_ALIGN to DL_ALIGN
Rename has been skipped by mistake in the original commit. Fixes: 94649c026 (nx: Set page permissions for loaded modules) Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Tested-by: Sudeep Holla <sudeep.holla@arm.com> Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
This commit is contained in:
parent
31de991dee
commit
337cb24862
@ -646,7 +646,7 @@ grub_dl_set_mem_attrs (grub_dl_t mod, void *ehdr)
|
||||
grub_err_t err;
|
||||
#if !defined (__i386__) && !defined (__x86_64__) && !defined(__riscv) && \
|
||||
!defined (__loongarch__)
|
||||
grub_size_t arch_addralign = GRUB_DL_ALIGN;
|
||||
grub_size_t arch_addralign = DL_ALIGN;
|
||||
grub_addr_t tgaddr;
|
||||
grub_size_t tgsz;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user