projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa1a55
)
[PATCH] update comment about gzip scratch size
author
Olaf Hering
<olh@suse.de>
Sat, 25 Jun 2005 21:59:21 +0000
(14:59 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:25:07 +0000
(16:25 -0700)
fix a comment about the array size.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/boot/openfirmware/chrpmain.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/boot/openfirmware/chrpmain.c
b/arch/ppc/boot/openfirmware/chrpmain.c
index 6fb4f738728c8fd09e0c3b40327d5a728df0111b..effe4a0624b0840d524a9c69e0a619c38f4c8edf 100644
(file)
--- a/
arch/ppc/boot/openfirmware/chrpmain.c
+++ b/
arch/ppc/boot/openfirmware/chrpmain.c
@@
-39,7
+39,7
@@
char *avail_high;
#define SCRATCH_SIZE (128 << 10)
-static char scratch[SCRATCH_SIZE]; /* 1
MB
of scratch space for gunzip */
+static char scratch[SCRATCH_SIZE]; /* 1
28k
of scratch space for gunzip */
typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int);