summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch')
-rw-r--r--debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch b/debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch
index 64bf1e545..144b6319c 100644
--- a/debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch
+++ b/debian/patches-rt/0279-powerpc-Avoid-recursive-header-includes.patch
@@ -1,8 +1,8 @@
-From 725e44480dc7376b55d990292c119883ddc51288 Mon Sep 17 00:00:00 2001
+From 48858c584eb71cb0b2fd001b8738dd142a37cfd7 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Fri, 8 Jan 2021 19:48:21 +0100
Subject: [PATCH 279/323] powerpc: Avoid recursive header includes
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
- The include of bug.h leads to an include of printk.h which gets back
to spinlock.h and complains then about missing xchg().
@@ -18,7 +18,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/cmpxchg.h b/arch/powerpc/include/asm/cmpxchg.h
-index cf091c4c22e5..7371f7e23c35 100644
+index cf091c4c22e53..7371f7e23c357 100644
--- a/arch/powerpc/include/asm/cmpxchg.h
+++ b/arch/powerpc/include/asm/cmpxchg.h
@@ -5,7 +5,7 @@
@@ -31,7 +31,7 @@ index cf091c4c22e5..7371f7e23c35 100644
#ifdef __BIG_ENDIAN
#define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE)
diff --git a/arch/powerpc/include/asm/simple_spinlock_types.h b/arch/powerpc/include/asm/simple_spinlock_types.h
-index 0f3cdd8faa95..d45561e9e6ba 100644
+index 0f3cdd8faa959..d45561e9e6bab 100644
--- a/arch/powerpc/include/asm/simple_spinlock_types.h
+++ b/arch/powerpc/include/asm/simple_spinlock_types.h
@@ -2,7 +2,7 @@
@@ -44,5 +44,5 @@ index 0f3cdd8faa95..d45561e9e6ba 100644
#endif
--
-2.43.0
+2.44.0