hardirq.h 561 B

12345678910111213141516171819202122232425262728
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_IA64_HARDIRQ_H
  3. #define _ASM_IA64_HARDIRQ_H
  4. /*
  5. * Modified 1998-2002, 2004 Hewlett-Packard Co
  6. * David Mosberger-Tang <davidm@hpl.hp.com>
  7. */
  8. /*
  9. * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure.
  10. */
  11. #define __ARCH_IRQ_STAT 1
  12. #define local_softirq_pending_ref ia64_cpu_info.softirq_pending
  13. #include <linux/threads.h>
  14. #include <linux/irq.h>
  15. #include <asm/processor.h>
  16. extern void __iomem *ipi_base_addr;
  17. void ack_bad_irq(unsigned int irq);
  18. #endif /* _ASM_IA64_HARDIRQ_H */