summaryrefslogtreecommitdiff
path: root/patches/x86__Allow_to_enable_RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/x86__Allow_to_enable_RT.patch')
-rw-r--r--patches/x86__Allow_to_enable_RT.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/patches/x86__Allow_to_enable_RT.patch b/patches/x86__Allow_to_enable_RT.patch
new file mode 100644
index 000000000000..dfb46bedb837
--- /dev/null
+++ b/patches/x86__Allow_to_enable_RT.patch
@@ -0,0 +1,28 @@
+Subject: x86: Allow to enable RT
+From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+Date: Wed Aug 7 18:15:38 2019 +0200
+
+From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+
+Allow to select RT.
+
+Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
+
+
+---
+ arch/x86/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+---
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index 0045e1b44190..3dc12f4a730a 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