diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0034-x86-Support-for-lazy-preemption.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0034-x86-Support-for-lazy-preemption.patch b/debian/patches-rt/0034-x86-Support-for-lazy-preemption.patch index 511fe0a01..dea35b29d 100644 --- a/debian/patches-rt/0034-x86-Support-for-lazy-preemption.patch +++ b/debian/patches-rt/0034-x86-Support-for-lazy-preemption.patch @@ -1,8 +1,8 @@ -From 65ce5ba8ccb26e6de364e76228e645b2c02b921d Mon Sep 17 00:00:00 2001 +From 133aff59597e4e7d8eac1c793a6c5cd698f0d992 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Thu, 1 Nov 2012 11:03:47 +0100 -Subject: [PATCH 34/62] x86: Support for lazy preemption -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Subject: [PATCH 34/64] x86: Support for lazy preemption +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz Implement the x86 pieces for lazy preempt. @@ -16,7 +16,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 5 files changed, 42 insertions(+), 3 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig -index c9bed9c69423..f38bd8a5061e 100644 +index 3f9c3e22df18..cf6106b60b4a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -251,6 +251,7 @@ config X86 @@ -154,5 +154,5 @@ index 97ff5faad4fb..c6301e520d47 100644 if (ti_work & _TIF_UPROBE) -- -2.43.0 +2.44.0 |