patch-2.4.0-test12 linux/arch/mips64/sgi-ip22/ip22-hpc.c
Next file: linux/arch/mips64/sgi-ip22/ip22-int.c
Previous file: linux/arch/mips64/mm/r4xx0.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Nov 28 21:42:04 2000
- Orig file:
v2.4.0-test11/linux/arch/mips64/sgi-ip22/ip22-hpc.c
- Orig date:
Sat May 13 08:30:17 2000
diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/sgi-ip22/ip22-hpc.c linux/arch/mips64/sgi-ip22/ip22-hpc.c
@@ -12,6 +12,7 @@
#include <asm/sgi/sgihpc.h>
#include <asm/sgi/sgint23.h>
#include <asm/sgialib.h>
+#include <asm/bootinfo.h>
#undef DEBUG_SGIHPC
@@ -50,10 +51,12 @@
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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)