Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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 129 #if defined (CONFIG_CPU_R4300) \ 130 130 || defined (CONFIG_CPU_R4X00) \ 131 131 || defined (CONFIG_CPU_R5000) \ 132 + || defined (CONFIG_CPU_RM7000) \ 132 133 || defined (CONFIG_CPU_NEVADA) \ 133 134 || defined (CONFIG_CPU_TX49XX) \ 134 135 || defined (CONFIG_CPU_MIPS64)