summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch')
-rw-r--r--debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch b/debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch
index c285edeb7..80e9bbee0 100644
--- a/debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch
+++ b/debian/patches-rt/smp-Use-smp_cond_func_t-as-type-for-the-conditional-.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 16 Jan 2020 12:00:31 +0100
Subject: [PATCH] smp: Use smp_cond_func_t as type for the conditional
function
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
Use a typdef for the conditional function instead defining it each time in
the function prototype.