Skip to content

Commit

Permalink
[MIPS] modify the MIPS CPU classfication
Browse files Browse the repository at this point in the history
Signed-off-by: Huacai Chen <huacai.chen@intel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Chen, Huacai authored and Ralf Baechle committed Jul 15, 2008
1 parent 4d3702b commit 2954c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-mips/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
#define PRID_IMP_RM7000 0x2700
#define PRID_IMP_NEVADA 0x2800 /* RM5260 ??? */
#define PRID_IMP_RM9000 0x3400
#define PRID_IMP_LOONGSON1 0x4200
#define PRID_IMP_R5432 0x5400
#define PRID_IMP_R5500 0x5500
#define PRID_IMP_LOONGSON2 0x6300

#define PRID_IMP_UNKNOWN 0xff00

Expand All @@ -90,8 +92,6 @@
#define PRID_IMP_24KE 0x9600
#define PRID_IMP_74K 0x9700
#define PRID_IMP_1004K 0x9900
#define PRID_IMP_LOONGSON1 0x4200
#define PRID_IMP_LOONGSON2 0x6300

/*
* These are the PRID's for when 23:16 == PRID_COMP_SIBYTE
Expand Down

0 comments on commit 2954c02

Please sign in to comment.