diff options
author | 2024-09-02 21:08:24 +0800 | |
---|---|---|
committer | 2024-10-02 15:39:39 +0200 | |
commit | 40d7af5375a4e27d8576d9d11954ac213d06f09e (patch) | |
tree | ab2ab8f300602e89b40d8b8ca7cc3df2f26a4cc3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | irqchip/atmel-aic5: Add support for sam9x7 aic (diff) | |
download | wireguard-linux-40d7af5375a4e27d8576d9d11954ac213d06f09e.tar.xz wireguard-linux-40d7af5375a4e27d8576d9d11954ac213d06f09e.zip |
irqchip/sifive-plic: Make use of __assign_bit()
Replace the open coded
if (foo)
__set_bit(n, bar);
else
__clear_bit(n, bar);
with __assign_bit(). No functional change intended.
Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
Link: https://lore.kernel.org/all/20240902130824.2878644-1-lihongbo22@huawei.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions