diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-07-14 13:47:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:54 -0400 |
commit | bdf21b18b4abf983db38f04ef7fec88f47389867 (patch) | |
tree | b7e551f09f0ee39f4a59132be4c0890e1ba80d91 /arch/mips/kernel/proc.c | |
parent | e01402b115cccb6357f956649487aca2c6f7fbba (diff) |
Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/proc.c')
-rw-r--r-- | arch/mips/kernel/proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 1bd40af508ed..e46a92d01d51 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c | |||
@@ -80,7 +80,8 @@ static const char *cpu_name[] = { | |||
80 | [CPU_VR4133] = "NEC VR4133", | 80 | [CPU_VR4133] = "NEC VR4133", |
81 | [CPU_VR4181] = "NEC VR4181", | 81 | [CPU_VR4181] = "NEC VR4181", |
82 | [CPU_VR4181A] = "NEC VR4181A", | 82 | [CPU_VR4181A] = "NEC VR4181A", |
83 | [CPU_SR71000] = "Sandcraft SR71000" | 83 | [CPU_SR71000] = "Sandcraft SR71000", |
84 | [CPU_PR4450] = "Philips PR4450", | ||
84 | }; | 85 | }; |
85 | 86 | ||
86 | 87 | ||