diff options
author | Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> | 2014-03-04 08:34:42 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 18:09:22 -0400 |
commit | 4975b86add254e1c706c82cded06ca2911f90ae3 (patch) | |
tree | d7b49d764f0cb5cea94769943e9947c1034cce85 | |
parent | 8562580c5b2cb0a6fc3b93cc297bfbeaa74ea57d (diff) |
MIPS: Add processor identifier for the M5150 processor
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6595/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h index c12d99780204..161113274bb8 100644 --- a/arch/mips/include/asm/cpu.h +++ b/arch/mips/include/asm/cpu.h | |||
@@ -115,6 +115,7 @@ | |||
115 | #define PRID_IMP_INTERAPTIV_MP 0xa100 | 115 | #define PRID_IMP_INTERAPTIV_MP 0xa100 |
116 | #define PRID_IMP_PROAPTIV_UP 0xa200 | 116 | #define PRID_IMP_PROAPTIV_UP 0xa200 |
117 | #define PRID_IMP_PROAPTIV_MP 0xa300 | 117 | #define PRID_IMP_PROAPTIV_MP 0xa300 |
118 | #define PRID_IMP_M5150 0xa700 | ||
118 | #define PRID_IMP_P5600 0xa800 | 119 | #define PRID_IMP_P5600 0xa800 |
119 | 120 | ||
120 | /* | 121 | /* |