[PATCH][TRIVIAL] add dummy release_irqlock() for alpha

From: Rik van Riel
Date: Mon Oct 13 2003 - 17:13:03 EST


There's a real one on the other branch of this #ifdef, but
the dummy one seems useful too.

diff -urNp linux-5110/include/asm-alpha/hardirq.h linux-10010/include/asm-alpha/hardirq.h
--- linux-5110/include/asm-alpha/hardirq.h 2001-07-09 23:47:39.000000000 +0200
+++ linux-10010/include/asm-alpha/hardirq.h
@@ -41,6 +41,7 @@ extern unsigned long __irq_attempt[];

#define synchronize_irq() barrier()

+#define release_irqlock(cpu) ((void) 0)
#else

#define irq_attempt(cpu, irq) (cpu_data[cpu].irq_attempt[irq])
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/