projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d7c7a
)
[MIPS] Fix 64-bit build for RM7000.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 30 May 2006 14:55:05 +0000
(15:55 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:19 +0000
(
00:15
+0100)
RM7000 has 40-bit virtual / 36-bit physical address space.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/addrspace.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/addrspace.h
b/include/asm-mips/addrspace.h
index 42520cc84b0f7d5074cb8e9fa6d08580b23099c4..1386af1cb7d9f08153a028f2392d636015cc3568 100644
(file)
--- a/
include/asm-mips/addrspace.h
+++ b/
include/asm-mips/addrspace.h
@@
-129,6
+129,7
@@
#if defined (CONFIG_CPU_R4300) \
|| defined (CONFIG_CPU_R4X00) \
|| defined (CONFIG_CPU_R5000) \
+ || defined (CONFIG_CPU_RM7000) \
|| defined (CONFIG_CPU_NEVADA) \
|| defined (CONFIG_CPU_TX49XX) \
|| defined (CONFIG_CPU_MIPS64)