genirq: Introduce helper function irq_data_get_affinity_mask()
authorJiang Liu <[email protected]>
Mon, 1 Jun 2015 08:05:23 +0000 (16:05 +0800)
committerThomas Gleixner <[email protected]>
Fri, 12 Jun 2015 14:54:21 +0000 (16:54 +0200)
commitc64301a230a64dfc2fcf4581cd98a2d703f3c057
tree06a4061df6a5e3ce29966b1c7bf3d756233df9aa
parent6783011b48096b9a0c239d0f7645f93070b6eefd
genirq: Introduce helper function irq_data_get_affinity_mask()

Introduce helper function irq_data_get_affinity_mask() and
irq_get_affinity_mask() to hide implementation details,
so we could move field 'affinity' from struct irq_data into
struct irq_common_data later.

Signed-off-by: Jiang Liu <[email protected]>
Acked-by: Russell King <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Kevin Cernekee <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
include/linux/irq.h