Browse Source

[MIPS] Optimize __alloc_zeroed_user_highpage implementation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 years ago
parent
commit
f4fae8267c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-mips/page.h

+ 1 - 1
include/asm-mips/page.h

@@ -142,7 +142,7 @@ typedef struct { unsigned long pgprot; } pgprot_t;
 /*
  * __pa()/__va() should be used only during mem init.
  */
-#ifdef KBUILD_64BIT_SYM32
+#ifdef CONFIG_64BIT
 #define __pa(x)								\
 ({									\
     unsigned long __x = (unsigned long)(x);				\