diff options
author | Tony Luck <tony.luck@intel.com> | 2010-09-20 20:15:07 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-09-20 20:15:07 (GMT) |
commit | 9f081ce5da2c8af297a0a7d15a57fb4beeed374b (patch) | |
tree | 9dd3c62bb7303106d0a817938af5f2f0f40424b0 /arch/ia64/kernel | |
parent | 43e3bf203456c4f06bdd6060426976ad2bed9081 (diff) | |
download | linux-9f081ce5da2c8af297a0a7d15a57fb4beeed374b.tar.xz |
[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>
Diffstat (limited to 'arch/ia64/kernel')
0 files changed, 0 insertions, 0 deletions