diff options
Diffstat (limited to 'debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch')
-rw-r--r-- | debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch b/debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch index ebeacb299..fecbdb3e6 100644 --- a/debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch +++ b/debian/patches-rt/0008-irqchip-gic-v3-its-Move-pending-table-allocation-to-.patch @@ -1,9 +1,8 @@ -From c85652aaa06764a7d68d8da3c6e146cf2650bff8 Mon Sep 17 00:00:00 2001 From: Marc Zyngier <marc.zyngier@arm.com> Date: Fri, 27 Jul 2018 13:38:54 +0100 -Subject: [PATCH 008/347] irqchip/gic-v3-its: Move pending table allocation to +Subject: [PATCH 008/342] irqchip/gic-v3-its: Move pending table allocation to init time -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=9b8978ba6e95562abffb58dc7969127f4c05afe0 Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> @@ -166,6 +165,3 @@ index 1d21e98d6854..fdddead7e307 100644 } __percpu *rdist; struct page *prop_page; u64 flags; --- -2.36.1 - |