X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Firq.h;h=d1a4dd68fa450666c5915d6e6fa2e09b2875fe6a;hb=746550cff061581f89c687ada8523670768364f2;hp=5649b4a79bb283d7ba33cd5ceb76fdaf9f663928;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-i386/irq.h b/include/asm-i386/irq.h index 5649b4a79..d1a4dd68f 100644 --- a/include/asm-i386/irq.h +++ b/include/asm-i386/irq.h @@ -31,7 +31,6 @@ extern int can_request_irq(unsigned int, unsigned long flags); #define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */ #endif -#ifdef CONFIG_4KSTACKS /* * per-CPU IRQ handling contexts (thread information and stack) */ @@ -46,9 +45,6 @@ extern union irq_ctx *softirq_ctx[NR_CPUS]; extern void irq_ctx_init(int cpu); #define __ARCH_HAS_DO_SOFTIRQ -#else -#define irq_ctx_init(cpu) do { ; } while (0) -#endif struct irqaction; struct pt_regs;