aboutsummaryrefslogtreecommitdiffstats
path: root/features/rt/x86-Allow-to-enable-RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'features/rt/x86-Allow-to-enable-RT.patch')
-rw-r--r--features/rt/x86-Allow-to-enable-RT.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/features/rt/x86-Allow-to-enable-RT.patch b/features/rt/x86-Allow-to-enable-RT.patch
new file mode 100644
index 00000000..804952e6
--- /dev/null
+++ b/features/rt/x86-Allow-to-enable-RT.patch
@@ -0,0 +1,27 @@
+From 923160aecfc3fc15a461c6b706c6f2df869474b0 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 161/191] x86: Allow to enable RT
+
+Allow to select RT.
+
+Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+---
+ arch/x86/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index 2792879d398e..bb7b237aaa3d 100644
+--- a/arch/x86/Kconfig
++++ b/arch/x86/Kconfig
+@@ -27,6 +27,7 @@ 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
+--
+2.19.1
+