diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-03-11 14:56:28 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-03-11 17:30:38 +0000 |
commit | edfbff22b401ff13df7b2304a9122a5b211db41f (patch) | |
tree | 039cc8aaa8b012db96cb59b6f00190f436b93311 /efi-secureboot.patch | |
parent | 55c734c218d2a9298bd7ff6584e3793d485fcabe (diff) | |
download | kernel-edfbff22b401ff13df7b2304a9122a5b211db41f.tar.gz kernel-edfbff22b401ff13df7b2304a9122a5b211db41f.tar.xz kernel-edfbff22b401ff13df7b2304a9122a5b211db41f.zip |
Linux v5.0-10360-g12ad143e1b80
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r-- | efi-secureboot.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch index 5a3738a22..eb7c23098 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -185,6 +185,7 @@ index 100ce4a4aff6..62361b647a75 100644 @@ -1577,12 +1589,6 @@ efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, bool efi_runtime_disabled(void); extern void efi_call_virt_check_flags(unsigned long flags, const char *call); + extern unsigned long efi_call_virt_save_flags(void); -enum efi_secureboot_mode { - efi_secureboot_mode_unset, |