Commit 8e57de4
committed
ACPI: OSL: Use spin locks without disabling interrupts
After commit 7a36b90 ("ACPI: OSL: Use a threaded interrupt handler
for SCI") any ACPICA code never runs in a hardirq handler, so it need
not dissable interrupts on the local CPU when acquiring a spin lock.
Make it use spin locks without disabling interrupts.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>1 parent e2ffcda commit 8e57de4
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
1518 | | - | |
1519 | | - | |
1520 | | - | |
1521 | | - | |
| 1518 | + | |
| 1519 | + | |
1522 | 1520 | | |
1523 | 1521 | | |
1524 | 1522 | | |
1525 | 1523 | | |
1526 | 1524 | | |
1527 | 1525 | | |
1528 | | - | |
| 1526 | + | |
1529 | 1527 | | |
1530 | 1528 | | |
1531 | | - | |
| 1529 | + | |
1532 | 1530 | | |
1533 | 1531 | | |
1534 | 1532 | | |
| |||
0 commit comments