commit | f4fae8267c152d6c319a7bfaf92ed1c2c9a2c4e8 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 11 23:46:12 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 11 23:46:12 2007 +0100 |
tree | 5c43b9e75589b86f52af11dd5c41829dbb75b6ae | |
parent | db813fe5a77d03b29e872da47463d2efbddc3fc2 [diff] |
[MIPS] Optimize __alloc_zeroed_user_highpage implementation. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/page.h b/include/asm-mips/page.h index c90fe56..e3301e5 100644 --- a/include/asm-mips/page.h +++ b/include/asm-mips/page.h
@@ -142,7 +142,7 @@ /* * __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); \