timers: Replace in_irq() with in_hardirq()
authorye xingchen <ye.xingchen@zte.com.cn>
Wed, 12 Oct 2022 01:26:29 +0000 (01:26 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 17 Oct 2022 14:00:04 +0000 (16:00 +0200)
commit8be3f96ceddb911539a53d87a66da84a04502366
tree252e7217539466e726931c56f9f45cd051a7c494
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
timers: Replace in_irq() with in_hardirq()

Replace the obsolete and ambiguous macro in_irq() with new
macro in_hardirq().

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/20221012012629.334966-1-ye.xingchen@zte.com.cn
kernel/time/timer.c