Commit e32b6993 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Fix 64-bit build for RM7000.

    
RM7000 has 40-bit virtual / 36-bit physical address space.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b6d7c7a9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment