From b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:06:00 +0200 Subject: Adding debian version 5.10.209-2. Signed-off-by: Daniel Baumann --- .../0225-kernel-sched-add-put-get-_cpu_light.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/patches-rt/0225-kernel-sched-add-put-get-_cpu_light.patch (limited to 'debian/patches-rt/0225-kernel-sched-add-put-get-_cpu_light.patch') diff --git a/debian/patches-rt/0225-kernel-sched-add-put-get-_cpu_light.patch b/debian/patches-rt/0225-kernel-sched-add-put-get-_cpu_light.patch new file mode 100644 index 000000000..6a6e0620c --- /dev/null +++ b/debian/patches-rt/0225-kernel-sched-add-put-get-_cpu_light.patch @@ -0,0 +1,28 @@ +From f5e1368135f9f3d520828544dc31762f19f43848 Mon Sep 17 00:00:00 2001 +From: Sebastian Andrzej Siewior +Date: Sat, 27 May 2017 19:02:06 +0200 +Subject: [PATCH 225/323] kernel/sched: add {put|get}_cpu_light() +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz + +Signed-off-by: Sebastian Andrzej Siewior +--- + include/linux/smp.h | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/include/linux/smp.h b/include/linux/smp.h +index 04f44e0aa2e0..cae66815f9e2 100644 +--- a/include/linux/smp.h ++++ b/include/linux/smp.h +@@ -239,6 +239,9 @@ static inline int get_boot_cpu_id(void) + #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) + #define put_cpu() preempt_enable() + ++#define get_cpu_light() ({ migrate_disable(); __smp_processor_id(); }) ++#define put_cpu_light() migrate_enable() ++ + /* + * Callback to arch code if there's nosmp or maxcpus=0 on the + * boot command line: +-- +2.43.0 + -- cgit v1.2.3