Home
last modified time | relevance | path

Searched hist:"7494755 a9ad62be7e389b535c77e85ed9c66bece" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Didle.cdiff 7494755a9ad62be7e389b535c77e85ed9c66bece Mon Dec 14 15:36:03 CST 2020 Heiko Carstens <hca@linux.ibm.com> s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()

arch_cpu_idle() gets called with interrupts disabled,
and psw_idle() returns with interrupts disabled.
No reason to use raw_local_irq_save() / restore().

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>