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

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)