aboutsummaryrefslogtreecommitdiffstats
path: root/features/rt/x86-Enable-RT-also-on-32bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'features/rt/x86-Enable-RT-also-on-32bit.patch')
-rw-r--r--features/rt/x86-Enable-RT-also-on-32bit.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/features/rt/x86-Enable-RT-also-on-32bit.patch b/features/rt/x86-Enable-RT-also-on-32bit.patch
new file mode 100644
index 00000000..dbf5db26
--- /dev/null
+++ b/features/rt/x86-Enable-RT-also-on-32bit.patch
@@ -0,0 +1,33 @@
+From e3fd694fc2bc4be6d9688ba7fe81cafed748d3ae Mon Sep 17 00:00:00 2001
+From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+Date: Thu, 7 Nov 2019 17:49:20 +0100
+Subject: [PATCH 177/191] x86: Enable RT also on 32bit
+
+Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+---
+ arch/x86/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index 98ba6c71f93b..2f4fd6a7e82e 100644
+--- a/arch/x86/Kconfig
++++ b/arch/x86/Kconfig
+@@ -27,7 +27,6 @@ config X86_64
+ # Options that are inherently 64-bit kernel only:
+ select ARCH_HAS_GIGANTIC_PAGE
+ select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
+- select ARCH_SUPPORTS_RT
+ select ARCH_USE_CMPXCHG_LOCKREF
+ select HAVE_ARCH_SOFT_DIRTY
+ select MODULES_USE_ELF_RELA
+@@ -100,6 +99,7 @@ config X86
+ select ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP if NR_CPUS <= 4096
+ select ARCH_SUPPORTS_LTO_CLANG if X86_64
+ select ARCH_SUPPORTS_LTO_CLANG_THIN if X86_64
++ select ARCH_SUPPORTS_RT
+ select ARCH_USE_BUILTIN_BSWAP
+ select ARCH_USE_QUEUED_RWLOCKS
+ select ARCH_USE_QUEUED_SPINLOCKS
+--
+2.19.1
+