diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0280-POWERPC-Allow-to-enable-RT.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0280-POWERPC-Allow-to-enable-RT.patch b/debian/patches-rt/0280-POWERPC-Allow-to-enable-RT.patch index 955781532..b2d71230c 100644 --- a/debian/patches-rt/0280-POWERPC-Allow-to-enable-RT.patch +++ b/debian/patches-rt/0280-POWERPC-Allow-to-enable-RT.patch @@ -1,8 +1,8 @@ -From 934b061dd0089023163d44f7670bc3b0a4ebb7b1 Mon Sep 17 00:00:00 2001 +From 28b743e33eb850b2026c045127f7fd99b65d4467 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Fri, 11 Oct 2019 13:14:41 +0200 Subject: [PATCH 280/323] POWERPC: Allow to enable RT -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 Allow to select RT. @@ -12,7 +12,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig -index 6d8ce54ad6dd..065ed526be1a 100644 +index 6d8ce54ad6dd0..065ed526be1a3 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -146,6 +146,7 @@ config PPC @@ -32,5 +32,5 @@ index 6d8ce54ad6dd..065ed526be1a 100644 select IOMMU_HELPER if PPC64 select IRQ_DOMAIN -- -2.43.0 +2.44.0 |