mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] (one line): use #ifdef with CONFIG_*
@ 2003-04-22  8:27 Nikita Danilov
  2003-04-22  8:35 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Nikita Danilov @ 2003-04-22  8:27 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Andrew Morton

===== 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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-22 13:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-22  8:27 [PATCH] (one line): use #ifdef with CONFIG_* Nikita Danilov
2003-04-22  8:35 ` Andrew Morton
2003-04-22  8:44   ` Nikita Danilov
2003-04-22 13:59     ` Valdis.Kletnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®