diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:21:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:21:37 +0000 |
commit | 06343b27411344fc542f4f3a643f8441aa35252d (patch) | |
tree | 66aa45187c93c350bbdf7e6ae4467a70bf3a8f4c /debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch | |
parent | Merging upstream version 4.19.260. (diff) | |
download | linux-06343b27411344fc542f4f3a643f8441aa35252d.tar.xz linux-06343b27411344fc542f4f3a643f8441aa35252d.zip |
Adding debian version 4.19.260-1.debian/4.19.260-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch')
-rw-r--r-- | debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch b/debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch deleted file mode 100644 index ca93285f9..000000000 --- a/debian/patches-rt/0319-locallock-Include-header-for-the-current-macro.patch +++ /dev/null @@ -1,32 +0,0 @@ -From b075c120b3110dd2e9ef474ece2f4aade2d0a10c Mon Sep 17 00:00:00 2001 -From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> -Date: Tue, 4 Feb 2020 13:29:50 +0100 -Subject: [PATCH 319/347] locallock: Include header for the `current' macro -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz - -[ Upstream commit e693075a5fd852043fa8d2b0467e078d9e5cb782 ] - -Include the header for `current' macro so that -CONFIG_KERNEL_HEADER_TEST=y passes. - -Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> -Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> ---- - include/linux/locallock.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/include/linux/locallock.h b/include/linux/locallock.h -index 921eab83cd34..81c89d87723b 100644 ---- a/include/linux/locallock.h -+++ b/include/linux/locallock.h -@@ -3,6 +3,7 @@ - - #include <linux/percpu.h> - #include <linux/spinlock.h> -+#include <asm/current.h> - - #ifdef CONFIG_PREEMPT_RT_BASE - --- -2.36.1 - |