Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de4bcf04 authored by Chih-Wei Huang's avatar Chih-Wei Huang Committed by Greg Kroah-Hartman
Browse files

efi/libstub: remove duplicate nokaslr



The same patch was applied twice (8fca3c36 and e3111d52).

Change-Id: I2f3284d294326ec7736303374769640a1e022878
Signed-off-by: default avatarChih-Wei Huang <cwhuang@android-x86.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent f65c15f7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -48,13 +48,6 @@ int __pure nokaslr(void)
#define EFI_ALLOC_ALIGN		EFI_PAGE_SIZE
#endif

static int __section(.data) __nokaslr;

int __pure nokaslr(void)
{
	return __nokaslr;
}

#define EFI_MMAP_NR_SLACK_SLOTS	8

struct file_info {