]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/sgi-gru/gru.h
Merge branch 'linus' into core/urgent
[linux-2.6-omap-h63xx.git] / drivers / misc / sgi-gru / gru.h
index 40df7cb3f0a571fc6ed4645a13e1c9dae83c036b..f93f03a9e6e9e3c0cb1d034b7f746386df76bfe2 100644 (file)
@@ -30,9 +30,9 @@
 /*
  * Size used to map GRU GSeg
  */
-#if defined CONFIG_IA64
+#if defined(CONFIG_IA64)
 #define GRU_GSEG_PAGESIZE      (256 * 1024UL)
-#elif defined CONFIG_X86_64
+#elif defined(CONFIG_X86_64)
 #define GRU_GSEG_PAGESIZE      (256 * 1024UL)          /* ZZZ 2MB ??? */
 #else
 #error "Unsupported architecture"