patch-2.3.6 linux/arch/ppc/coffboot/zlib.c
Next file: linux/arch/ppc/common_defconfig
Previous file: linux/arch/ppc/chrpboot/mknote.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Jun 7 12:11:51 1999
- Orig file:
v2.3.5/linux/arch/ppc/coffboot/zlib.c
- Orig date:
Wed Sep 30 10:14:16 1998
diff -u --recursive --new-file v2.3.5/linux/arch/ppc/coffboot/zlib.c linux/arch/ppc/coffboot/zlib.c
@@ -11,7 +11,7 @@
* - added Z_PACKET_FLUSH (see zlib.h for details)
* - added inflateIncomp
*
- * $Id: zlib.c,v 1.2 1998/09/03 17:40:53 cort Exp $
+ * $Id: zlib.c,v 1.3 1999/05/27 22:22:54 cort Exp $
*/
/*+++++*/
@@ -649,6 +649,11 @@
/* load local pointers */
#define LOAD {LOADIN LOADOUT}
+/*
+ * The IBM 150 firmware munges the data right after _etext[]. This
+ * protects it. -- Cort
+ */
+local uInt protect_mask[] = {0, 0, 0, 0, 0, 0, 0, 0, 0 ,0 ,0 ,0};
/* And'ing with mask[n] masks the lower n bits */
local uInt inflate_mask[] = {
0x0000,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)