commit | 1fb0ef31f428f345a7c3666f8e7444a563edd537 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jan 31 08:57:41 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jan 31 08:57:41 2011 +0100 |
tree | aef752257568dfc69e76902750937514cac95cf0 | |
parent | cd7eab44e9946c28d595abe3e9a43e945bc49141 [diff] |
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>