Home
last modified time | relevance | path

Searched hist:"1 fb0ef31f428f345a7c3666f8e7444a563edd537" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dmanage.cdiff 1fb0ef31f428f345a7c3666f8e7444a563edd537 Mon Jan 31 01:57:41 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Fix affinity notifier fallout

The new code of commit cd7eab44e(genirq: Add IRQ affinity notifiers)
references irq_desc.affinity which fails to compile with
CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED=y.

Use irq_desc.irq_data.affinity instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ben Hutchings <bhutchings@solarflare.com>