s390/idle: allow arch_cpu_idle() to be kprobed
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 14 Dec 2020 21:39:01 +0000 (22:39 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 16 Dec 2020 13:55:50 +0000 (14:55 +0100)
commit8d93b7011831edc42760aa5d2f0727edda7257d5
tree6446512cfc33bc8d6c9af56fd3ae676e7f559d7d
parent7494755a9ad62be7e389b535c77e85ed9c66bece
s390/idle: allow arch_cpu_idle() to be kprobed

Remove NOKPROBE_SYMBOL() for arch_cpu_idle(). This might have made
sense when enabled_wait() (aka arch_cpu_idle()) was called from
udelay.
But now there shouldn't be a reason why s390 should be the only
architecture which doesn't allow arch_cpu_idle() to be probed.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/idle.c