summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch')
-rw-r--r--debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch b/debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch
index 76c18de22..e5a094ec8 100644
--- a/debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch
+++ b/debian/patches-rt/0045-powerpc-traps-Use-PREEMPT_RT.patch
@@ -1,8 +1,8 @@
-From 4d7273bd07600b933e6d25807cd96df04e435cbe Mon Sep 17 00:00:00 2001
+From 2e4ba312b94693d778d224c51a99e416866f6534 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Fri, 26 Jul 2019 11:30:49 +0200
-Subject: [PATCH 45/62] powerpc: traps: Use PREEMPT_RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz
+Subject: [PATCH 45/64] powerpc: traps: Use PREEMPT_RT
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz
Add PREEMPT_RT to the backtrace if enabled.
@@ -13,7 +13,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
-index 3956f32682c6..8e15205e51ef 100644
+index 362b712386f6..ddf5b716394f 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -261,12 +261,17 @@ static char *get_mmu_str(void)
@@ -36,5 +36,5 @@ index 3956f32682c6..8e15205e51ef 100644
IS_ENABLED(CONFIG_SMP) ? (" NR_CPUS=" __stringify(NR_CPUS)) : "",
debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "",
--
-2.43.0
+2.44.0