diff -urN -X /home/andrea/bin/dontdiff 2.4.10pre2aa1/include/asm-i386/hw_irq.h 2.4.9ac4/include/asm-i386/hw_irq.h --- 2.4.10pre2aa1/include/asm-i386/hw_irq.h Thu Aug 30 04:51:34 2001 +++ 2.4.9ac4/include/asm-i386/hw_irq.h Thu Aug 30 16:13:57 2001 @@ -137,7 +139,7 @@ __asm__( \ "\n"__ALIGN_STR"\n" \ SYMBOL_NAME_STR(x) ":\n\t" \ - "pushl $"#v"\n\t" \ + "pushl $"#v"-256\n\t" \ SAVE_ALL \ SYMBOL_NAME_STR(call_##x)":\n\t" \ "call "SYMBOL_NAME_STR(smp_##x)"\n\t" \ @@ -150,7 +152,7 @@ __asm__( \ "\n"__ALIGN_STR"\n" \ SYMBOL_NAME_STR(x) ":\n\t" \ - "pushl $"#v"\n\t" \ + "pushl $"#v"-256\n\t" \ SAVE_ALL \ "movl %esp,%eax\n\t" \ "pushl %eax\n\t" \