[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>

+1
+1
include/asm-mips/addrspace.h
··· 129 #if defined (CONFIG_CPU_R4300) \ 130 || defined (CONFIG_CPU_R4X00) \ 131 || defined (CONFIG_CPU_R5000) \ 132 || defined (CONFIG_CPU_NEVADA) \ 133 || defined (CONFIG_CPU_TX49XX) \ 134 || defined (CONFIG_CPU_MIPS64)
··· 129 #if defined (CONFIG_CPU_R4300) \ 130 || defined (CONFIG_CPU_R4X00) \ 131 || defined (CONFIG_CPU_R5000) \ 132 + || defined (CONFIG_CPU_RM7000) \ 133 || defined (CONFIG_CPU_NEVADA) \ 134 || defined (CONFIG_CPU_TX49XX) \ 135 || defined (CONFIG_CPU_MIPS64)