X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fhw_irq.h;fp=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fhw_irq.h;h=ae438defc57dbd9c0954d3b69be7be3365e8bcd1;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=f33108241f11daca356c60010bb4d9bf63076299;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;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..ae438defc 100644 --- a/include/asm-x86_64/mach-xen/asm/hw_irq.h +++ b/include/asm-x86_64/mach-xen/asm/hw_irq.h @@ -12,12 +12,9 @@ * * * 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 @@ -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