X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fhw_irq.h;h=4d9717945b129202e6653cb7b2ec862aa20522e7;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=f33108241f11daca356c60010bb4d9bf63076299;hpb=1db395853d4f30d6120458bd279ede1f882a8525;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/hw_irq.h b/include/asm-x86_64/mach-xen/asm/hw_irq.h index f33108241..4d9717945 100644 --- a/include/asm-x86_64/mach-xen/asm/hw_irq.h +++ b/include/asm-x86_64/mach-xen/asm/hw_irq.h @@ -12,18 +12,14 @@ * * * hacked by Andi Kleen for x86-64. - * - * $Id: hw_irq.h,v 1.24 2001/09/14 20:55:03 vojtech Exp $ */ #ifndef __ASSEMBLY__ -#include #include #include #include #include - -struct hw_interrupt_type; +#include #endif #define NMI_VECTOR 0x02 @@ -80,9 +76,10 @@ struct hw_interrupt_type; #ifndef __ASSEMBLY__ -extern u8 irq_vector[NR_IRQ_VECTORS]; -#define IO_APIC_VECTOR(irq) (irq_vector[irq]) -#define AUTO_ASSIGN -1 +typedef int vector_irq_t[NR_VECTORS]; +DECLARE_PER_CPU(vector_irq_t, vector_irq); +extern void __setup_vector_irq(int cpu); +extern spinlock_t vector_lock; /* * Various low-level irq details needed by irq.c, process.c, @@ -132,12 +129,6 @@ __asm__( \ "push $" #nr "-256 ; " \ "jmp common_interrupt"); -extern void resend_irq_on_evtchn(struct hw_interrupt_type *h, unsigned int i); -static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) -{ - resend_irq_on_evtchn(h, i); -} - #define platform_legacy_irq(irq) ((irq) < 16) #endif