diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-05-30 15:55:05 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-06 00:15:19 +0100 |
commit | e32b699335b70fae94ce041c9a1c6d3a31a3f7e4 (patch) | |
tree | 9c52c58f25354100f5455f5a92cba8afa8e4ca24 /include | |
parent | b6d7c7a91138c883f890c204cd5300172145b0b3 (diff) | |
download | linux-3.10-e32b699335b70fae94ce041c9a1c6d3a31a3f7e4.tar.gz linux-3.10-e32b699335b70fae94ce041c9a1c6d3a31a3f7e4.tar.bz2 linux-3.10-e32b699335b70fae94ce041c9a1c6d3a31a3f7e4.zip |
[MIPS] Fix 64-bit build for RM7000.
RM7000 has 40-bit virtual / 36-bit physical address space.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/addrspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/addrspace.h b/include/asm-mips/addrspace.h index 42520cc84b0..1386af1cb7d 100644 --- 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) |