aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/cpu.h')
-rw-r--r--include/asm-mips/cpu.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h
index 3857358fb6de..d67f43b09964 100644
--- a/include/asm-mips/cpu.h
+++ b/include/asm-mips/cpu.h
@@ -106,6 +106,13 @@
106#define PRID_IMP_SR71000 0x0400 106#define PRID_IMP_SR71000 0x0400
107 107
108/* 108/*
109 * These are the PRID's for when 23:16 == PRID_COMP_BROADCOM
110 */
111
112#define PRID_IMP_BCM4710 0x4000
113#define PRID_IMP_BCM3302 0x9000
114
115/*
109 * Definitions for 7:0 on legacy processors 116 * Definitions for 7:0 on legacy processors
110 */ 117 */
111 118
@@ -217,8 +224,9 @@
217#define CPU_R14000 64 224#define CPU_R14000 64
218#define CPU_LOONGSON1 65 225#define CPU_LOONGSON1 65
219#define CPU_LOONGSON2 66 226#define CPU_LOONGSON2 66
220 227#define CPU_BCM3302 67
221#define CPU_LAST 66 228#define CPU_BCM4710 68
229#define CPU_LAST 68
222 230
223/* 231/*
224 * ISA Level encodings 232 * ISA Level encodings