diff options
-rw-r--r-- | arch/mips/arc/identify.c | 5 | ||||
-rw-r--r-- | include/asm-mips/bootinfo.h | 1 |
2 files changed, 6 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, |
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 404856e6b82d..e5c03c525bda 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -77,6 +77,7 @@ | |||
77 | #define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */ | 77 | #define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */ |
78 | #define MACH_SGI_IP28 2 /* Indigo2 Impact */ | 78 | #define MACH_SGI_IP28 2 /* Indigo2 Impact */ |
79 | #define MACH_SGI_IP32 3 /* O2 */ | 79 | #define MACH_SGI_IP32 3 /* O2 */ |
80 | #define MACH_SGI_IP30 4 /* Octane, Octane2 */ | ||
80 | 81 | ||
81 | /* | 82 | /* |
82 | * Valid machtype for group COBALT | 83 | * Valid machtype for group COBALT |