projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db813fe
)
[MIPS] Optimize __alloc_zeroed_user_highpage implementation.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:12 +0000
(23:46 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:12 +0000
(23:46 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/page.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/page.h
b/include/asm-mips/page.h
index c90fe560a0d9faefa4bdafa6dad0080857ef5ee7..e3301e54d559c9586bf47c31b0486af12d9e2ab6 100644
(file)
--- 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); \