search for: 7ee7626

Displaying 1 result from an estimated 1 matches for "7ee7626".

Did you mean: 7ee76022
2008 Apr 24
1
ia64/pv_ops: paravirtualize NR_IRQS
...aravirt_nr_irqs_max { + char ia64_native_nr_irqs[IA64_NATIVE_NR_IRQS]; +#ifdef CONFIG_XEN + char xen_nr_irqs[XEN_NR_IRQS]; +#endif + }; + + DEFINE(PARAVIRT_NR_IRQS, sizeof (union paravirt_nr_irqs_max)); + } } diff --git a/include/asm-ia64/hardirq.h b/include/asm-ia64/hardirq.h index 140e495..7ee7626 100644 --- a/include/asm-ia64/hardirq.h +++ b/include/asm-ia64/hardirq.h @@ -8,7 +8,9 @@ #include <linux/threads.h> +#ifndef ASM_OFFSETS_C #include <linux/irq.h> +#endif #include <asm/processor.h> @@ -26,7 +28,7 @@ * The hardirq mask has to be large enough to have spa...