diff options
Diffstat (limited to 'debian/patches-rt/0256-x86-Allow-to-enable-RT.patch')
-rw-r--r-- | debian/patches-rt/0256-x86-Allow-to-enable-RT.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0256-x86-Allow-to-enable-RT.patch b/debian/patches-rt/0256-x86-Allow-to-enable-RT.patch index 50535647c..b7b34eb36 100644 --- a/debian/patches-rt/0256-x86-Allow-to-enable-RT.patch +++ b/debian/patches-rt/0256-x86-Allow-to-enable-RT.patch @@ -1,8 +1,8 @@ -From 6ab508c3cdd4fa46f17f940bd56007189d4984e6 Mon Sep 17 00:00:00 2001 +From 9f42f4880e8c5f36237d5b2173303919f4313c84 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 7 Aug 2019 18:15:38 +0200 Subject: [PATCH 256/323] x86: Allow to enable RT -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz Allow to select RT. @@ -12,7 +12,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig -index 54e5284a6ae1..c72d66a0e840 100644 +index 59db07b61c0f8..79e2b63eba407 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -27,6 +27,7 @@ config X86_64 @@ -24,5 +24,5 @@ index 54e5284a6ae1..c72d66a0e840 100644 select HAVE_ARCH_SOFT_DIRTY select MODULES_USE_ELF_RELA -- -2.43.0 +2.44.0 |