]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/MSI: Provide a new set of mask and unmask functions
authorThomas Gleixner <tglx@linutronix.de>
Mon, 9 Aug 2021 19:08:56 +0000 (21:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 09:03:30 +0000 (11:03 +0200)
commit92076dfb10399e2427c14b19342d17c04e75791b
treeb2df4d67780aabb76dd8a998a912ee7442cf97d2
parent543977d54cc85f7158877bc40856d7e774f724e6
PCI/MSI: Provide a new set of mask and unmask functions

The existing mask/unmask functions are convoluted and generate suboptimal
assembly code.

Provide a new set of functions which will be used in later patches to
replace the exisiting ones.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/875ywetozb.ffs@tglx
drivers/pci/msi.c