diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-10-17 13:19:02 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-10-24 13:09:21 +0300 |
commit | 2579a4eefc04d1c23eef8f3f0db3309f955e5792 (patch) | |
tree | ecfffe4a0e99012b3f6da0cec757562a3d3b3aea /net/smc/smc_ib.h | |
parent | df4393424af3fbdcd5c404077176082a8ce459c4 (diff) | |
download | linux-2579a4eefc04d1c23eef8f3f0db3309f955e5792.tar.xz |
x86/ioapic: Rename misnamed functions
ioapic_irqd_[un]mask() are misnomers as both functions do way more than
masking and unmasking the interrupt line. Both deal with the moving the
affinity of the interrupt within interrupt context. The mask/unmask is just
a tiny part of the functionality.
Rename them to ioapic_prepare/finish_move(), fixup the call sites and
rename the related variables in the code to reflect what this is about.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Link: https://lkml.kernel.org/r/20191017101938.412489856@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/smc/smc_ib.h')
0 files changed, 0 insertions, 0 deletions