diff options
Diffstat (limited to 'debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch')
-rw-r--r-- | debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch b/debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch index fe647f6c4..a3991fa44 100644 --- a/debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch +++ b/debian/patches-rt/0056-efi-Disable-runtime-services-on-RT.patch @@ -1,8 +1,7 @@ -From 6c62319a5f5caaf647997706f6996ce4e8dfc939 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Thu, 26 Jul 2018 15:03:16 +0200 -Subject: [PATCH 056/347] efi: Disable runtime services on RT -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 056/342] efi: Disable runtime services on RT +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=365411fe5df7eb06fef3644a96222b96878107f6 Based on meassurements the EFI functions get_variable / get_next_variable take up to 2us which looks okay. @@ -41,6 +40,3 @@ index e89932f1ae65..221957ccdb0b 100644 static int __init setup_noefi(char *arg) { disable_runtime = true; --- -2.36.1 - |