* [PATCH] update comment about gzip scratch size
@ 2005-05-26 12:52 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2005-05-26 12:52 UTC (permalink / raw)
To: Andrew Morton, linuxppc-dev
fix a comment about the array size.
Signed-off-by: Olaf Hering <olh@suse.de>
Index: linux-2.6.12-rc5-olh/arch/ppc/boot/openfirmware/chrpmain.c
===================================================================
--- linux-2.6.12-rc5-olh.orig/arch/ppc/boot/openfirmware/chrpmain.c
+++ linux-2.6.12-rc5-olh/arch/ppc/boot/openfirmware/chrpmain.c
@@ -39,7 +39,7 @@ char *avail_high;
#define SCRATCH_SIZE (128 << 10)
-static char scratch[SCRATCH_SIZE]; /* 1MB of scratch space for gunzip */
+static char scratch[SCRATCH_SIZE]; /* 128k of scratch space for gunzip */
typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-26 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 12:52 [PATCH] update comment about gzip scratch size Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).