lkml.org 
[lkml]   [2003]   [Apr]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromNikita Danilov <>
DateTue, 22 Apr 2003 12:27:32 +0400
Subject[PATCH] (one line): use #ifdef with CONFIG_*
===== 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/
\
 
 \ /
  Last update: 2005-03-22 12:34    [from the cache]
©2003-2008