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 40fc756 commit f739365Copy full SHA for f739365
arch/x86/lib/delay.c
@@ -131,7 +131,7 @@ static void delay_halt_mwaitx(u64 unused, u64 cycles)
131
* Use cpu_tss_rw as a cacheline-aligned, seldom accessed per-cpu
132
* variable as the monitor target.
133
*/
134
- __monitorx(raw_cpu_ptr(&cpu_tss_rw), 0, 0);
+ __monitorx(raw_cpu_ptr(&cpu_tss_rw), 0, 0);
135
136
/*
137
* AMD, like Intel, supports the EAX hint and EAX=0xf means, do not
0 commit comments