| To: | "linux-mips@linux-mips.org" <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH 6/16] define Hit_Invalidate_I to Index_Invalidate_I for loongson2 |
| From: | "zhangfx@lemote.com" <zhangfx@lemote.com> |
| Date: | Wed, 4 Apr 2007 14:38:19 +0000 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com> --- include/asm-mips/cacheops.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/asm-mips/cacheops.h b/include/asm-mips/cacheops.h index c4a1ec3..df7f2de 100644 --- a/include/asm-mips/cacheops.h +++ b/include/asm-mips/cacheops.h @@ -20,7 +20,11 @@ #define Index_Load_Tag_D 0x05 #define Index_Store_Tag_I 0x08 #define Index_Store_Tag_D 0x09 +#if defined(CONFIG_CPU_LOONGSON2) +#define Hit_Invalidate_I 0x00 +#else #define Hit_Invalidate_I 0x10 +#endif #define Hit_Invalidate_D 0x11 #define Hit_Writeback_Inv_D 0x15 -- 1.4.4.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 5/16] add MACH_GROUP_LEMOTE & MACH_LEMOTE_FULONG, zhangfx@lemote.com |
|---|---|
| Next by Date: | [PATCH 1/16] new files for lemote fulong mini-PC support, zhangfx@lemote.com |
| Previous by Thread: | [PATCH 5/16] add MACH_GROUP_LEMOTE & MACH_LEMOTE_FULONG, zhangfx@lemote.com |
| Next by Thread: | [PATCH 1/16] new files for lemote fulong mini-PC support, zhangfx@lemote.com |
| Indexes: | [Date] [Thread] [Top] [All Lists] |