patch-2.1.30 linux/arch/alpha/kernel/process.c
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/alpha/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu Mar 20 17:11:51 1997
- Orig file:
v2.1.29/linux/arch/alpha/kernel/process.c
- Orig date:
Sun Jan 26 04:26:39 1997
diff -u --recursive --new-file v2.1.29/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -27,6 +27,7 @@
#include <linux/stat.h>
#include <linux/mman.h>
#include <linux/elfcore.h>
+#include <linux/reboot.h>
#include <asm/reg.h>
#include <asm/uaccess.h>
@@ -63,7 +64,7 @@
return ret;
}
-void hard_reset_now(void)
+void machine_restart(char * __unused)
{
#if defined(CONFIG_ALPHA_SRM) && defined(CONFIG_ALPHA_ALCOR)
/* who said DEC engineer's have no sense of humor? ;-)) */
@@ -71,6 +72,14 @@
mb();
#endif
halt();
+}
+
+void machine_halt(void)
+{
+}
+
+void machine_power_off(void)
+{
}
void show_regs(struct pt_regs * regs)
Binary files v2.1.29/linux/arch/i386/boot/map and linux/arch/i386/boot/map differ
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov