diff options
| author | Tanner Love <[email protected]> | 2021-06-02 18:03:38 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2021-08-10 20:50:07 +0000 |
| commit | 91cc470e797828d779cd4c1efbe8519bcb358bae (patch) | |
| tree | 9f36cb2595cd78a8d9938d002800fb0bf7e9d8a6 /scripts/clang-tools/gen_compile_commands.py | |
| parent | genirq/generic_chip: Use struct_size() in kzalloc() (diff) | |
| download | kernel-91cc470e797828d779cd4c1efbe8519bcb358bae.tar.gz kernel-91cc470e797828d779cd4c1efbe8519bcb358bae.zip | |
genirq: Change force_irqthreads to a static key
With CONFIG_IRQ_FORCED_THREADING=y, testing the boolean force_irqthreads
could incur a cache line miss in invoke_softirq() and other places.
Replace the test with a static key to avoid the potential cache miss.
[ tglx: Dropped the IDE part, removed the export and updated blk-mq ]
Suggested-by: Eric Dumazet <[email protected]>
Signed-off-by: Tanner Love <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions
