efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Fri, 11 Aug 2017 19:19:37 +0000 (21:19 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 12 Aug 2017 12:05:45 +0000 (14:05 +0200)
commitaee4f06dff36261433d90c94a5def2c90be8407c
tree934bcb7fd71cf9cf30a5d6195be4c1bc6d9e7c3f
parent3d9880784ed5cd503b0d69128ea1841102ff522e
efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1

We should be consistent in the way we calculate page sizes.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_runtime.c