lkml.org 
[lkml]   [2004]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 419] m68k __test_and_set_bit()
M68k: Add missing implementation for non-atomic __test_and_set_bit()

--- linux-2.6.4/include/asm-m68k/bitops.h 2004-01-21 22:03:53.000000000 +0100
+++ linux-m68k-2.6.4/include/asm-m68k/bitops.h 2004-02-29 13:37:03.000000000 +0100
@@ -21,6 +21,8 @@
__constant_test_and_set_bit(nr, vaddr) : \
__generic_test_and_set_bit(nr, vaddr))

+#define __test_and_set_bit(nr,vaddr) test_and_set_bit(nr,vaddr)
+
static inline int __constant_test_and_set_bit(int nr,
volatile unsigned long *vaddr)
{
Gr{oetje,eeting}s,
Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
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 14:01    [W:0.027 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site