diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:58:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:58:15 +0000 |
commit | 2d139def3645feb04fd5a703be97b7f3eae8b556 (patch) | |
tree | 11c56a757cab0bdb6226826737d30a48ee9c13d3 /debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch | |
parent | Merging upstream version 6.1.82. (diff) | |
download | linux-2d139def3645feb04fd5a703be97b7f3eae8b556.tar.xz linux-2d139def3645feb04fd5a703be97b7f3eae8b556.zip |
Adding debian version 6.1.82-1.debian/6.1.82-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch')
-rw-r--r-- | debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch b/debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch index bf8022c6c..36cca8f0d 100644 --- a/debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch +++ b/debian/patches-rt/0037-powerpc-Add-support-for-lazy-preemption.patch @@ -1,8 +1,8 @@ -From 65e31d7b980c1413f19fcb84234387f97b09588f Mon Sep 17 00:00:00 2001 +From 581914fafd635a7e25e01ce2a9ffc69f3a3cee3b Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Thu, 1 Nov 2012 10:14:11 +0100 -Subject: [PATCH 37/62] powerpc: Add 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 37/64] powerpc: Add 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 powerpc pieces for lazy preempt. @@ -26,7 +26,7 @@ index 6050e6e10d32..0eff864d6ec3 100644 select HAVE_RELIABLE_STACKTRACE select HAVE_RSEQ diff --git a/arch/powerpc/include/asm/thread_info.h b/arch/powerpc/include/asm/thread_info.h -index af58f1ed3952..520864de8bb2 100644 +index c4b798aa6ce8..923621486811 100644 --- a/arch/powerpc/include/asm/thread_info.h +++ b/arch/powerpc/include/asm/thread_info.h @@ -53,6 +53,8 @@ @@ -114,5 +114,5 @@ index cf770d86c03c..2c454731c250 100644 } -- -2.43.0 +2.44.0 |