Commit 29994d0
committed
Merge: ACPI: processor idle: avoid call to raw_local_irq_disable() from acpi_safe_halt()
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2733
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2217308
Upstream Status: RHEL-only
Tested: https://bugzilla.redhat.com/show_bug.cgi?id=2217308#c5
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>
Approved-by: Tony Camuso <tcamuso@redhat.com>
Approved-by: Mark Langsdorf <mlangsdo@redhat.com>
Signed-off-by: Jan Stancek <jstancek@redhat.com>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