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 c010162 commit a9cbc1bCopy full SHA for a9cbc1b
arch/s390/kernel/idle.c
@@ -55,7 +55,7 @@ void account_idle_time_irq(void)
55
raw_write_seqcount_end(&idle->seqcount);
56
}
57
58
-void arch_cpu_idle(void)
+void noinstr arch_cpu_idle(void)
59
{
60
struct s390_idle_data *idle = this_cpu_ptr(&s390_idle);
61
unsigned long psw_mask;
0 commit comments