diff options
author | Andrew Sharp <tigerand@gmail.com> | 2007-03-23 12:15:18 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-06 16:17:10 +0100 |
commit | 5a1970959053143f6674f6d98c259452763a2f22 (patch) | |
tree | 21887c86da77f9d2adc921d953ffee2254b931ff | |
parent | 190045d53b9a8341e8600d6eb468b6081e903afb (diff) |
[MIPS] 64-bit TO_PHYS_MASK macro for RM9000 processors
Signed-off-by: Andrew Sharp <tigerand@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 c6275088cf6..964c5eddc21 100644 --- a/include/asm-mips/addrspace.h +++ b/include/asm-mips/addrspace.h @@ -133,6 +133,7 @@ || defined (CONFIG_CPU_R4X00) \ || defined (CONFIG_CPU_R5000) \ || defined (CONFIG_CPU_RM7000) \ + || defined (CONFIG_CPU_RM9000) \ || defined (CONFIG_CPU_NEVADA) \ || defined (CONFIG_CPU_TX49XX) \ || defined (CONFIG_CPU_MIPS64) |