s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 14 Dec 2020 21:36:03 +0000 (22:36 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 16 Dec 2020 13:55:49 +0000 (14:55 +0100)
commit7494755a9ad62be7e389b535c77e85ed9c66bece
tree3600442d8cede16d2b26b05e3e14018aee993d43
parent44292c868473ed6389a78cfa366895b341845579
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>
arch/s390/kernel/idle.c