diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0164-locking-rtmutex-Avoid-include-hell.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0164-locking-rtmutex-Avoid-include-hell.patch b/debian/patches-rt/0164-locking-rtmutex-Avoid-include-hell.patch index 09d1bf4dd..6d28cf1a8 100644 --- a/debian/patches-rt/0164-locking-rtmutex-Avoid-include-hell.patch +++ b/debian/patches-rt/0164-locking-rtmutex-Avoid-include-hell.patch @@ -1,8 +1,8 @@ -From 1b45f1cea53e6a886ba8bfab1c7617c32c66555d Mon Sep 17 00:00:00 2001 +From 4b44cb65741a8fd27bb90f785688961b5f856182 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Wed, 29 Jun 2011 20:06:39 +0200 Subject: [PATCH 164/323] locking/rtmutex: Avoid include hell -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 Include only the required raw types. This avoids pulling in the complete spinlock header which in turn requires rtmutex.h at some point. @@ -13,7 +13,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h -index 243fabc2c85f..add1dab27df5 100644 +index 243fabc2c85f6..add1dab27df52 100644 --- a/include/linux/rtmutex.h +++ b/include/linux/rtmutex.h @@ -15,7 +15,7 @@ @@ -26,5 +26,5 @@ index 243fabc2c85f..add1dab27df5 100644 extern int max_lock_depth; /* for sysctl */ -- -2.43.0 +2.44.0 |