patch-2.4.22 linux-2.4.22/arch/mips/jazz/reset.c

Next file: linux-2.4.22/arch/mips/jazz/setup.c
Previous file: linux-2.4.22/arch/mips/jazz/kbd-jazz.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/jazz/reset.c linux-2.4.22/arch/mips/jazz/reset.c
@@ -1,11 +1,6 @@
 /*
- *  linux/arch/mips/jazz/process.c
- *
- *  Reset a Jazz machine.
- *
- *  $Id:$
+ * Reset a Jazz machine.
  */
-
 #include <linux/sched.h>
 #include <asm/jazz.h>
 #include <asm/io.h>
@@ -27,7 +22,7 @@
 void jazz_machine_restart(char *command)
 {
     while (1) {
-	kb_wait ();    
+	kb_wait ();
 	kbd_write_command (0xd1);
 	kb_wait ();
 	kbd_write_output (0x00);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)