[PATCH] (one line): use #ifdef with CONFIG_*

Nikita Danilov (Nikita@Namesys.COM)
Tue, 22 Apr 2003 12:27:32 +0400


===== include/asm-i386/kmap_types.h 1.13 vs edited =====
--- 1.13/include/asm-i386/kmap_types.h Mon Feb 3 10:34:59 2003
+++ edited/include/asm-i386/kmap_types.h Tue Apr 22 11:58:17 2003
@@ -3,7 +3,7 @@

#include <linux/config.h>

-#if CONFIG_DEBUG_HIGHMEM
+#ifdef CONFIG_DEBUG_HIGHMEM
# define D(n) __KM_FENCE_##n ,
#else
# define D(n)
-
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/