2002-11-03 11:35:59

by Denis Vlasenko

[permalink] [raw]
Subject: [PATCH] undefine too generic macro name after use

diff -u --recursive linux-2.5.40org/include/asm-i386/bitops.h linux-2.5.40/include/asm-i386/bitops.h
--- linux-2.5.40org/include/asm-i386/bitops.h Tue Oct 1 05:07:10 2002
+++ linux-2.5.40/include/asm-i386/bitops.h Wed Oct 9 09:24:31 2002
@@ -260,6 +260,8 @@
constant_test_bit((nr),(addr)) : \
variable_test_bit((nr),(addr)))

+#undef ADDR
+
/**
* find_first_zero_bit - find the first zero bit in a memory region
* @addr: The address to start the search at