projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7043ad4
)
MIPS: R2: Set 64BIT_PHYS_ADDR for R2 processor also.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 23 Dec 2005 01:16:44 +0000
(
02:16
+0100)
committer
<ralf@denk.linux-mips.net>
<>
Tue, 10 Jan 2006 13:39:08 +0000
(13:39 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index b5572f67118fb239bb86d9dede081d0c0fa5a144..c3e852e9953e12824cc0d401bc9a2796fd44894e 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-1471,7
+1471,7
@@
config SB1_PASS_2_1_WORKAROUNDS
config 64BIT_PHYS_ADDR
bool "Support for 64-bit physical address space"
- depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32
_R1 || CPU_MIPS64_R1
) && 32BIT
+ depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32
|| CPU_MIPS64
) && 32BIT
config CPU_ADVANCED
bool "Override CPU Options"