diff options
author | Joshua Kinard <kumba@gentoo.org> | 2014-12-11 21:15:35 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:56 -0400 |
commit | 7d168923a35551ed6572d02a0f159e7d61f62cfc (patch) | |
tree | d6acade0fcaa83dbed3e5ad8abd6b06d23ee46e9 | |
parent | 02e47ca9bceb4f20c7e321590e17f1fb1e0cdf9b (diff) |
MIPS: Update arch/mips/include/asm/sgi/sgi.h
Update arch/mips/include/asm/sgi/sgi.h with some updated information on SGI
systems.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Cc: Linux MIPS List <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/8666/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/sgi/sgi.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/mips/include/asm/sgi/sgi.h b/arch/mips/include/asm/sgi/sgi.h index 645cea7c0f8e..b61557151e3f 100644 --- a/arch/mips/include/asm/sgi/sgi.h +++ b/arch/mips/include/asm/sgi/sgi.h | |||
@@ -22,14 +22,15 @@ enum sgi_mach { | |||
22 | ip17, /* R4K UP */ | 22 | ip17, /* R4K UP */ |
23 | ip19, /* R4K MP */ | 23 | ip19, /* R4K MP */ |
24 | ip20, /* R4K UP, Indigo */ | 24 | ip20, /* R4K UP, Indigo */ |
25 | ip21, /* TFP MP */ | 25 | ip21, /* R8k/TFP MP */ |
26 | ip22, /* R4x00 UP, Indigo2 */ | 26 | ip22, /* R4x00 UP, Indy, Indigo2 */ |
27 | ip25, /* R10k MP */ | 27 | ip25, /* R10k MP */ |
28 | ip26, /* TFP UP, Indigo2 */ | 28 | ip26, /* R8k/TFP UP, Indigo2 */ |
29 | ip27, /* R10k MP, R12k MP, Origin */ | 29 | ip27, /* R10k MP, R12k MP, R14k MP, Origin 200/2k, Onyx2 */ |
30 | ip28, /* R10k UP, Indigo2 */ | 30 | ip28, /* R10k UP, Indigo2 Impact R10k */ |
31 | ip30, /* Octane */ | 31 | ip30, /* R10k MP, R12k MP, R14k MP, Octane */ |
32 | ip32, /* O2 */ | 32 | ip32, /* R5k UP, RM5200 UP, RM7k UP, R10k UP, R12k UP, O2 */ |
33 | ip35, /* R14k MP, R16k MP, Origin 300/3k, Onyx3, Fuel, Tezro */ | ||
33 | }; | 34 | }; |
34 | 35 | ||
35 | extern enum sgi_mach sgimach; | 36 | extern enum sgi_mach sgimach; |