diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-07-08 03:36:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:39 -0400 |
commit | 4552074577c639da32dd58a617ea11ac3e28912b (patch) | |
tree | a9334c76c2885a0349384746a27cdbae6a69f2d7 /arch | |
parent | 85f14bf2cb084990970f897463dea66182d28acf (diff) |
IP30 Identification.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/arc/identify.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/arc/identify.c b/arch/mips/arc/identify.c index 0dd7a345eb79..1bd6199e174a 100644 --- a/arch/mips/arc/identify.c +++ b/arch/mips/arc/identify.c | |||
@@ -44,6 +44,11 @@ static struct smatch mach_table[] = { | |||
44 | MACH_GROUP_SGI, | 44 | MACH_GROUP_SGI, |
45 | MACH_SGI_IP28, | 45 | MACH_SGI_IP28, |
46 | PROM_FLAG_ARCS | 46 | PROM_FLAG_ARCS |
47 | }, { "SGI-IP30", | ||
48 | "SGI Octane", | ||
49 | MACH_GROUP_SGI, | ||
50 | MACH_SGI_IP30, | ||
51 | PROM_FLAG_ARCS | ||
47 | }, { "SGI-IP32", | 52 | }, { "SGI-IP32", |
48 | "SGI O2", | 53 | "SGI O2", |
49 | MACH_GROUP_SGI, | 54 | MACH_GROUP_SGI, |