patch-2.3.16 linux/arch/alpha/kernel/process.c
Next file: linux/arch/alpha/kernel/proto.h
Previous file: linux/arch/alpha/kernel/pci_syscall.c
Back to the patch index
Back to the overall index
-  Lines: 27
 -  Date:
Tue Aug 31 10:50:44 1999
 -  Orig file: 
v2.3.15/linux/arch/alpha/kernel/process.c
 -  Orig date: 
Tue Aug  3 08:20:45 1999
 
diff -u --recursive --new-file v2.3.15/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -43,7 +43,7 @@
 #include <asm/fpu.h>
 
 #include "proto.h"
-#include "bios32.h"
+#include "pci_impl.h"
 
 /*
  * Initial task structure. Make this a per-architecture thing,
@@ -95,7 +95,7 @@
 }
 
 void
-generic_kill_arch (int mode, char *restart_cmd)
+common_kill_arch (int mode, char *restart_cmd)
 {
 	/* The following currently only has any effect on SRM.  We should
 	   fix MILO to understand it.  Should be pretty easy.  Also we can
@@ -130,7 +130,7 @@
 		cpup->flags = flags;					       
 		mb();						
 
-		reset_for_srm();
+		/* reset_for_srm(); */
 		set_hae(srm_hae);
 
 #ifdef CONFIG_DUMMY_CONSOLE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)