Skip to content
Commit 9f081ce5 authored by Tony Luck's avatar Tony Luck
Browse files

[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: default avatarTony Luck <tony.luck@intel.com>
parent 43e3bf20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment