patch-2.3.16 linux/arch/ppc/boot/misc.c
Next file: linux/arch/ppc/chrpboot/Makefile
Previous file: linux/arch/ppc/boot/head.S
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue Aug 31 11:36:43 1999
- Orig file:
v2.3.15/linux/arch/ppc/boot/misc.c
- Orig date:
Sat May 22 13:03:00 1999
diff -u --recursive --new-file v2.3.15/linux/arch/ppc/boot/misc.c linux/arch/ppc/boot/misc.c
@@ -1,7 +1,7 @@
/*
* misc.c
*
- * $Id: misc.c,v 1.65 1999/05/17 19:11:13 cort Exp $
+ * $Id: misc.c,v 1.67 1999/08/10 22:53:57 cort Exp $
*
* Adapted for PowerPC by Gary Thomas
*
@@ -309,8 +309,6 @@
inflateEnd(&s);
}
-unsigned char sanity[0x2000];
-
unsigned long
decompress_kernel(unsigned long load_addr, int num_words, unsigned long cksum,
RESIDUAL *residual, void *OFW_interface)
@@ -333,7 +331,6 @@
cols = 80;
orig_x = 0;
orig_y = 24;
-
/*
* IBM's have the MMU on, so we have to disable it or
@@ -525,7 +522,6 @@
puts("initrd_start located > 16M\n");
puts("Uncompressing Linux...");
-
gunzip(0, 0x400000, zimage_start, &zimage_size);
puts("done.\n");
puts("Now booting the kernel\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)