diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:27:22 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:27:22 +0000 |
commit | abcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 (patch) | |
tree | bee7ff82f79b6b349b94aa9d22ac529b527bc801 /arch/mips/sgi/kernel | |
parent | dae618285814f5d89a43cf3d3e7dcd8f3f7bfbc7 (diff) |
Teach /proc/cpuinfo about the various variants of IP22 class machines.
Diffstat (limited to 'arch/mips/sgi/kernel')
-rw-r--r-- | arch/mips/sgi/kernel/indy_hpc.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <asm/sgi/sgihpc.h> #include <asm/sgi/sgint23.h> #include <asm/sgialib.h> +#include <asm/bootinfo.h> /* #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; |