From abcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 18 Nov 2000 01:27:22 +0000 Subject: Teach /proc/cpuinfo about the various variants of IP22 class machines. --- arch/mips/sgi/kernel/indy_hpc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips/sgi/kernel') diff --git a/arch/mips/sgi/kernel/indy_hpc.c b/arch/mips/sgi/kernel/indy_hpc.c index 5f4ae7644..5019196a1 100644 --- a/arch/mips/sgi/kernel/indy_hpc.c +++ b/arch/mips/sgi/kernel/indy_hpc.c @@ -12,6 +12,7 @@ #include #include #include +#include /* #define DEBUG_SGIHPC */ @@ -50,10 +51,12 @@ void __init sgihpc_init(void) prom_printf("GUINESS "); #endif sgi_guiness = 1; + mips_machtype = MACH_SGI_INDY; } else { #ifdef DEBUG_SGIHPC prom_printf("FULLHOUSE "); #endif + mips_machtype = MACH_SGI_INDIGO2; sgi_guiness = 0; } sgi_boardid = brev; -- cgit v1.2.3