Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11209
b: refs/heads/master
c: 98e316d
h: refs/heads/master
i:
  11207: d59c514
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent 7174c81 commit f43cce4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8748a3abf1f388438ba2d812c1f46c549856afe
refs/heads/master: 98e316d4b151111d5a8ff2b3a684a9300634d83f
9 changes: 7 additions & 2 deletions trunk/include/asm-mips/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
#define PRID_IMP_RM9000 0x3400
#define PRID_IMP_R5432 0x5400
#define PRID_IMP_R5500 0x5500

#define PRID_IMP_UNKNOWN 0xff00

/*
* These are the PRID's for when 23:16 == PRID_COMP_MIPS
*/

#define PRID_IMP_4KC 0x8000
#define PRID_IMP_5KC 0x8100
#define PRID_IMP_20KC 0x8200
Expand All @@ -81,8 +88,6 @@
#define PRID_IMP_34K 0x9500
#define PRID_IMP_24KE 0x9600

#define PRID_IMP_UNKNOWN 0xff00

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

0 comments on commit f43cce4

Please sign in to comment.