[IA64] Move local_softirq_pending() definition
authorTony Luck <tony.luck@intel.com>
Mon, 20 Sep 2010 20:15:07 +0000 (13:15 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 20 Sep 2010 20:15:07 +0000 (13:15 -0700)
commit9f081ce5da2c8af297a0a7d15a57fb4beeed374b
tree9dd3c62bb7303106d0a817938af5f2f0f40424b0
parent43e3bf203456c4f06bdd6060426976ad2bed9081
[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>
arch/ia64/include/asm/hardirq.h