lkml.org 
[lkml]   [2003]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][TRIVIAL] add dummy release_irqlock() for alpha
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.029 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site