We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1fbdf commit 49aa499Copy full SHA for 49aa499
arch/s390/kernel/idle.c
@@ -44,7 +44,7 @@ void account_idle_time_irq(void)
44
S390_lowcore.last_update_timer = idle->timer_idle_exit;
45
}
46
47
-void arch_cpu_idle(void)
+void noinstr arch_cpu_idle(void)
48
{
49
struct s390_idle_data *idle = this_cpu_ptr(&s390_idle);
50
unsigned long idle_time;
0 commit comments