[PATCH] x86: increase interrupt vector range
[pandora-kernel.git] / include / asm-x86_64 / hw_irq.h
index 1b2ac55..9318774 100644 (file)
@@ -124,7 +124,7 @@ asmlinkage void IRQ_NAME(nr); \
 __asm__( \
 "\n.p2align\n" \
 "IRQ" #nr "_interrupt:\n\t" \
-       "push $" #nr "-256 ; " \
+       "push $~(" #nr ") ; " \
        "jmp common_interrupt");
 
 #if defined(CONFIG_X86_IO_APIC)