summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/kconfig-preempt-rt-full.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/kconfig-preempt-rt-full.patch')
-rw-r--r--debian/patches-rt/kconfig-preempt-rt-full.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/kconfig-preempt-rt-full.patch b/debian/patches-rt/kconfig-preempt-rt-full.patch
index 323ebc385..6bbb5a64e 100644
--- a/debian/patches-rt/kconfig-preempt-rt-full.patch
+++ b/debian/patches-rt/kconfig-preempt-rt-full.patch
@@ -1,7 +1,7 @@
Subject: kconfig: Add PREEMPT_RT_FULL
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 29 Jun 2011 14:58:57 +0200
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2-rt1.tar.xz
Introduce the final symbol for PREEMPT_RT_FULL.
@@ -22,7 +22,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
+ "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CONFIG_PREEMPT_RT_FULL)" "$(CC) $(KBUILD_CFLAGS)"
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
-@@ -69,6 +69,14 @@ config PREEMPT_RTB
+@@ -70,6 +70,14 @@ config PREEMPT_RTB
enables changes which are preliminary for the full preemptible
RT kernel.