summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch')
-rw-r--r--debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch b/debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch
index 23992d213..d0c61e6ba 100644
--- a/debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch
+++ b/debian/patches-rt/x86-Disable-HAVE_ARCH_JUMP_LABEL.patch
@@ -4,7 +4,7 @@ Subject: [PATCH] x86: Disable HAVE_ARCH_JUMP_LABEL
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.17-rt9.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.3-rt1.tar.xz
__text_poke() does:
| local_irq_save(flags);
@@ -20,14 +20,14 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
-@@ -127,8 +127,8 @@ config X86
+@@ -132,8 +132,8 @@ config X86
select HAVE_ALIGNED_STRUCT_PAGE if SLUB
select HAVE_ARCH_AUDITSYSCALL
select HAVE_ARCH_HUGE_VMAP if X86_64 || X86_PAE
- select HAVE_ARCH_JUMP_LABEL
- select HAVE_ARCH_JUMP_LABEL_RELATIVE
-+ select HAVE_ARCH_JUMP_LABEL if !PREEMPT_RT_FULL
-+ select HAVE_ARCH_JUMP_LABEL_RELATIVE if !PREEMPT_RT_FULL
++ select HAVE_ARCH_JUMP_LABEL if !PREEMPT_RT
++ select HAVE_ARCH_JUMP_LABEL_RELATIVE if !PREEMPT_RT
select HAVE_ARCH_KASAN if X86_64
select HAVE_ARCH_KGDB
select HAVE_ARCH_MMAP_RND_BITS if MMU