diff --exclude .depend --exclude .hdepend -ur linux-11-08-snay/arch/mips/kernel/setup.c linux-agenda-www-20020207/arch/mips/kernel/setup.c
--- linux-11-08-snay/arch/mips/kernel/setup.c	Sat Mar 31 02:58:18 2001
+++ linux-agenda-www-20020207/arch/mips/kernel/setup.c	Fri Jan 25 21:29:28 2002
@@ -44,6 +44,8 @@
 #include <asm/sgialib.h>
 #endif
 
+#include <asm/vr4181.h>
+
 struct mips_cpuinfo boot_cpu_data = { NULL, NULL, 0 };
 
 /*
@@ -219,10 +221,12 @@
 {
 	unsigned int s;
 
+
 	/* Determine which MIPS variant we are running on. */
 	cpu_probe();
 
 	prom_init(argc, argv, envp, prom_vec);
+	*VR41XX_LEDCNTREG |= 0x0001; /* WWW */
 
 #ifdef CONFIG_SGI_IP22
 	sgi_sysinit();
