projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8748a3
)
Move MIPS Technologies processor IDs to where they belong.
author
Maciej W. Rozycki
<macro@linux-mips.org>
Mon, 5 Sep 2005 10:31:27 +0000
(10:31 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:16 +0000
(19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/cpu.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/cpu.h
b/include/asm-mips/cpu.h
index ed92c0b14410125ded527ceb872aa168b5d5293f..2e8b5a48b99fc6eec3abb6245330096b28d6e0c0 100644
(file)
--- a/
include/asm-mips/cpu.h
+++ b/
include/asm-mips/cpu.h
@@
-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
@@
-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
*/