From 7f1b8a88fb1168d40d9c812ca4d71ba3655c9115 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 14 Oct 2014 10:54:21 -0400 Subject: Linux v3.17-9283-g2d65a9f48fcd --- efi-Add-EFI_SECURE_BOOT-bit.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'efi-Add-EFI_SECURE_BOOT-bit.patch') diff --git a/efi-Add-EFI_SECURE_BOOT-bit.patch b/efi-Add-EFI_SECURE_BOOT-bit.patch index 8f49e006a..4148da049 100644 --- a/efi-Add-EFI_SECURE_BOOT-bit.patch +++ b/efi-Add-EFI_SECURE_BOOT-bit.patch @@ -12,10 +12,10 @@ Signed-off-by: Josh Boyer 2 files changed, 3 insertions(+) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 5a5cf7395724..fb282ff6a802 100644 +index 13c0835f907a..fbae2bf99a47 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c -@@ -1144,7 +1144,9 @@ void __init setup_arch(char **cmdline_p) +@@ -1153,7 +1153,9 @@ void __init setup_arch(char **cmdline_p) #ifdef CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE if (boot_params.secure_boot) { -- cgit