diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-05-07 12:04:31 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-05-07 12:04:31 -0500 |
commit | 2b2a5f0a2eea3e62eb9b8f4cbd428db15607bd18 (patch) | |
tree | ec44a8b6f95cd76389f628c4d9dd32b44b76e44b /efi-secureboot.patch | |
parent | da649d521577e9cadd6e0dcd6ff53664852c1fcd (diff) | |
download | kernel-2b2a5f0a2eea3e62eb9b8f4cbd428db15607bd18.tar.gz kernel-2b2a5f0a2eea3e62eb9b8f4cbd428db15607bd18.tar.xz kernel-2b2a5f0a2eea3e62eb9b8f4cbd428db15607bd18.zip |
Linux v5.1-1199-g71ae5fc87c34
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r-- | efi-secureboot.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch index f50169541..f115141df 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -201,9 +201,9 @@ index adeee6329f55..27a54ec878bd 100644 + + init_lockdown(); + - dmi_scan_machine(); - dmi_memdev_walk(); - dmi_set_dump_stack_arch_desc(); + dmi_setup(); + + /* @@ -1159,8 +1164,6 @@ void __init setup_arch(char **cmdline_p) /* Allocate bigger log buffer */ setup_log_buf(1); |