patch-2.4.21 linux-2.4.21/arch/m68k/apollo/config.c
Next file: linux-2.4.21/arch/m68k/apollo/dma.c
Previous file: linux-2.4.21/arch/m68k/amiga/config.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2003-06-13 07:51:31.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/m68k/apollo/config.c
-  Orig date: 
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.20/arch/m68k/apollo/config.c linux-2.4.21/arch/m68k/apollo/config.c
@@ -51,7 +51,6 @@
 static void dn_timer_int(int irq,void *, struct pt_regs *);
 static void (*sched_timer_handler)(int, void *, struct pt_regs *)=NULL;
 static void dn_get_model(char *model);
-static int dn_cpuctrl=0xff00;
 static const char *apollo_models[] = {
 	"DN3000 (Otter)",
 	"DN3010 (Otter)",
@@ -313,6 +312,8 @@
 }
 
 #ifdef CONFIG_HEARTBEAT
+static int dn_cpuctrl=0xff00;
+
 static void dn_heartbeat(int on) {
 
 	if(on) { 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)