diff --git a/include/asm-mips/page.h b/include/asm-mips/page.h index c90fe560a0d9faefa4bdafa6dad0080857ef5ee7..e3301e54d559c9586bf47c31b0486af12d9e2ab6 100644 --- a/include/asm-mips/page.h +++ b/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); \