[PATCH 419] m68k __test_and_set_bit()
From: Geert Uytterhoeven
Date:  Thu Mar 11 2004 - 15:24:18 EST
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@xxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/