diff options
Diffstat (limited to 'debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch')
-rw-r--r-- | debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch b/debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch index 2777ffd6a..b548ef966 100644 --- a/debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch +++ b/debian/patches-rt/0134-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch @@ -1,9 +1,8 @@ -From 651a6a4d30c878862e8ba912da5d7140d5e23a6e Mon Sep 17 00:00:00 2001 From: "Wolfgang M. Reimer" <linuxball@gmail.com> Date: Tue, 21 Jul 2015 16:20:07 +0200 -Subject: [PATCH 134/347] locking: locktorture: Do NOT include rwlock.h +Subject: [PATCH 134/342] locking: locktorture: Do NOT include rwlock.h directly -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=cc9d1be680177e81b590286d422a410a747aaeb4 Including rwlock.h directly will cause kernel builds to fail if CONFIG_PREEMPT_RT_FULL is defined. The correct header file @@ -29,6 +28,3 @@ index 95395ef5922a..5748c1936edb 100644 #include <linux/mutex.h> #include <linux/rwsem.h> #include <linux/smp.h> --- -2.36.1 - |