Re: [patch 02/19] sh: Get rid of nmi_count()

2021-01-01 Thread John Paul Adrian Glaubitz
Hello Thomas! On 11/13/20 3:02 PM, Thomas Gleixner wrote: > nmi_count() is a historical leftover and SH is the only user. Replace it > with regular per cpu accessors. > > Signed-off-by: Thomas Gleixner > Cc: Yoshinori Sato > Cc: Rich Felker > Cc: linux...@vger.kernel.org > --- > arch/sh/kerne

[patch 02/19] sh: Get rid of nmi_count()

2020-11-13 Thread Thomas Gleixner
nmi_count() is a historical leftover and SH is the only user. Replace it with regular per cpu accessors. Signed-off-by: Thomas Gleixner Cc: Yoshinori Sato Cc: Rich Felker Cc: linux...@vger.kernel.org --- arch/sh/kernel/irq.c |2 +- arch/sh/kernel/traps.c |2 +- 2 files changed, 2 ins