summaryrefslogtreecommitdiff
path: root/patches/0002-sh-Get-rid-of-nmi_count.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-12-04 18:17:39 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-12-04 18:17:39 +0100
commitf14f9210377d5756b475e0e9993c9c954037569b (patch)
treed017cd964f59b4bc8364a6585c58b278cdfb5805 /patches/0002-sh-Get-rid-of-nmi_count.patch
parent0162011ad222d71ed173bc3c32f847aa245555fa (diff)
downloadlinux-rt-f14f9210377d5756b475e0e9993c9c954037569b.tar.gz
[ANNOUNCE] v5.10-rc6-rt14v5.10-rc6-rt14-patches
Dear RT folks! I'm pleased to announce the v5.10-rc6-rt14 patch set. Changes since v5.10-rc6-rt13: - Update Thomas Gleixner's softirq patches. This updated version has been posted as v2. This update also includes a handful patches by Frederic Weisbecker which were required as a prerequisite. Known issues - None. The delta patch against v5.10-rc6-rt13 is appended below and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.10/incr/patch-5.10-rc6-rt13-rt14.patch.xz You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.10-rc6-rt14 The RT patch against v5.10-rc6 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10-rc6-rt14.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10-rc6-rt14.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/0002-sh-Get-rid-of-nmi_count.patch')
-rw-r--r--patches/0002-sh-Get-rid-of-nmi_count.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/patches/0002-sh-Get-rid-of-nmi_count.patch b/patches/0002-sh-Get-rid-of-nmi_count.patch
index fe2ebefeca63..2493189d3c08 100644
--- a/patches/0002-sh-Get-rid-of-nmi_count.patch
+++ b/patches/0002-sh-Get-rid-of-nmi_count.patch
@@ -1,14 +1,13 @@
From: Thomas Gleixner <tglx@linutronix.de>
-Date: Mon, 9 Nov 2020 16:25:34 +0100
-Subject: [PATCH 02/19] sh: Get rid of nmi_count()
+Date: Fri, 13 Nov 2020 15:02:09 +0100
+Subject: [PATCH 02/12] sh: Get rid of nmi_count()
nmi_count() is a historical leftover and SH is the only user. Replace it
with regular per cpu accessors.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
-Cc: Rich Felker <dalias@libc.org>
-Cc: linux-sh@vger.kernel.org
+Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
+Link: https://lore.kernel.org/r/20201113141732.844232404@linutronix.de
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
arch/sh/kernel/irq.c | 2 +-