summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch')
-rw-r--r--debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch b/debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch
index 4df0c8a40..026b4a4a7 100644
--- a/debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch
+++ b/debian/patches-rt/0038-arch-arm64-Add-lazy-preempt-support.patch
@@ -1,8 +1,8 @@
-From 12a36ad989490f5ae3ed6a50d764385e8e27e024 Mon Sep 17 00:00:00 2001
+From 0342fd14e57f4452366cec8f8d16c74ff2d30259 Mon Sep 17 00:00:00 2001
From: Anders Roxell <anders.roxell@linaro.org>
Date: Thu, 14 May 2015 17:52:17 +0200
-Subject: [PATCH 38/62] arch/arm64: Add lazy preempt support
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz
+Subject: [PATCH 38/64] arch/arm64: Add lazy preempt support
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz
arm64 is missing support for PREEMPT_RT. The main feature which is
lacking is support for lazy preemption. The arch-specific entry code,
@@ -22,7 +22,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
5 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
-index ea70eb960565..6e16670a7f43 100644
+index c15f71501c6c..80664ed5478a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -199,6 +199,7 @@ config ARM64
@@ -142,5 +142,5 @@ index 82f4572c8ddf..2a606c7bf025 100644
local_daif_restore(DAIF_PROCCTX_NOIRQ);
--
-2.43.0
+2.44.0