| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 7/16] add Loongson processor definitions |
| From: | tiansm@lemote.com |
| Date: | Sun, 15 Apr 2007 23:25:56 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11766507662650-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11766507651736-git-send-email-tiansm@lemote.com> <11766507661317-git-send-email-tiansm@lemote.com> <11766507661726-git-send-email-tiansm@lemote.com> <11766507662638-git-send-email-tiansm@lemote.com> <11766507661133-git-send-email-tiansm@lemote.com> <11766507661526-git-send-email-tiansm@lemote.com> <11766507662650-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/cpu.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index d38fdbf..d289359 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h @@ -89,6 +89,8 @@ #define PRID_IMP_34K 0x9500 #define PRID_IMP_24KE 0x9600 #define PRID_IMP_74K 0x9700 +#define PRID_IMP_LOONGSON1 0x4200 +#define PRID_IMP_LOONGSON2 0x6300 /* * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE @@ -200,7 +202,10 @@ #define CPU_SB1A 62 #define CPU_74K 63 #define CPU_R14000 64 -#define CPU_LAST 64 +#define CPU_LOONGSON1 65 +#define CPU_LOONGSON2 66 + +#define CPU_LAST 66 /* * ISA Level encodings -- 1.4.4.1 |
| Previous by Date: | [PATCH 13/16] define MODULE_PROC_FAMILY for Loongson2, tiansm |
|---|---|
| Next by Date: | [PATCH 4/16] TO_PHYS_MASK for loongson2, tiansm |
| Previous by Thread: | [PATCH 6/16] define Hit_Invalidate_I to Index_Invalidate_I for loongson2, tiansm |
| Next by Thread: | [PATCH 8/16] define MODULE_PROC_FAMILY for Loongson2, tiansm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |