mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
The kernel's softirq API does not permit re-enabling softirqs while IRQs are disabled. The reason for this is that local_bh_enable() will not only re-enable delivery of softirqs over the back of IRQs, it will also handle any pending softirqs immediately, regardless of whether IRQs are enabled at that point. For this reason, commit |
||
|---|---|---|
| .. | ||
| efi_32.c | ||
| efi_64.c | ||
| efi_stub_32.S | ||
| efi_stub_64.S | ||
| efi_thunk_64.S | ||
| efi.c | ||
| Makefile | ||
| memmap.c | ||
| quirks.c | ||
| runtime-map.c | ||