All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] add dummy release_irqlock() for alpha
@ 2003-10-13 22:12 Rik van Riel
  0 siblings, 0 replies; only message in thread
From: Rik van Riel @ 2003-10-13 22:12 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: root, Kernel Mailing List

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])

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-13 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13 22:12 [PATCH][TRIVIAL] add dummy release_irqlock() for alpha Rik van Riel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.