| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 04/15] TO_PHYS_MASK for loongson2 |
| From: | tiansm@lemote.com |
| Date: | Wed, 6 Jun 2007 14:52:41 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11811127722019-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11811127722019-git-send-email-tiansm@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Fuxin Zhang <zhangfx@lemote.com> Signed-off-by: Fuxin Zhang <zhangfx@lemote.com> --- include/asm-mips/addrspace.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-mips/addrspace.h b/include/asm-mips/addrspace.h index 964c5ed..a4d9a07 100644 --- a/include/asm-mips/addrspace.h +++ b/include/asm-mips/addrspace.h @@ -145,7 +145,7 @@ #define TO_PHYS_MASK _CONST64_(0x000000ffffffffff) /* 2^^40 - 1 */ #endif -#if defined (CONFIG_CPU_R10000) +#if defined (CONFIG_CPU_R10000) || defined (CONFIG_CPU_LOONGSON2) #define TO_PHYS_MASK _CONST64_(0x000000ffffffffff) /* 2^^40 - 1 */ #endif -- 1.5.2.1 |
| Previous by Date: | [PATCH 01/15] new files for lemote fulong mini-PC support, tiansm |
|---|---|
| Next by Date: | [PATCH 07/15] add Loongson processor definitions, tiansm |
| Previous by Thread: | Re: [PATCH 01/15] new files for lemote fulong mini-PC support, Ralf Baechle |
| Next by Thread: | Re: [PATCH 04/15] TO_PHYS_MASK for loongson2, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |