commit | 9f081ce5da2c8af297a0a7d15a57fb4beeed374b | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Mon Sep 20 13:15:07 2010 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Mon Sep 20 13:15:07 2010 -0700 |
tree | 9dd3c62bb7303106d0a817938af5f2f0f40424b0 | |
parent | 43e3bf203456c4f06bdd6060426976ad2bed9081 [diff] |
[IA64] Move local_softirq_pending() definition Ugly #include dependencies. We need to have local_softirq_pending() defined before it gets used in <linux/interrupt.h>. But <asm/hardirq.h> provides the definition *after* this #include chain: <linux/irq.h> <asm/irq.h> <asm/hw_irq.h> <linux/interrupt.h> Signed-off-by: Tony Luck <tony.luck@intel.com>