Commit 097854a
committed
ACPI: processor idle: avoid call to raw_local_irq_disable() from acpi_safe_halt()
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2217308
Upstream Status: RHEL-only
Although it works upstream, for some reason calling raw_local_irq_disable()
results in the following error during cpu idle:
WARNING: CPU: 0 PID: 0 at kernel/sched/clock.c:397 sched_clock_tick+0xfa/0x150
For now call local_irq_disable() on RHEL until this issue is resolved.
Signed-off-by: David Arcari <darcari@redhat.com>1 parent 5889857 commit 097854a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments