From 6cfc6f52ee8dec6790080430349d334c02afb345 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 25 Jun 2005 14:59:21 -0700 Subject: [PATCH] --- yaml --- r: 3415 b: refs/heads/master c: f14c6fd0fc9fbaf242254c84ba2632decb25e91a h: refs/heads/master i: 3413: 2fbe94e2305ef598b64355618d58ba980e871db6 3411: 75eabad4434dc181f02d762f21ea57d84357c075 3407: 450f09d3b020806268c231bf76b483560c9ec790 v: v3 --- [refs] | 2 +- trunk/arch/ppc/boot/openfirmware/chrpmain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9479da16a0c7..7496bbdc553a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfa1a55335a0e822b36607d25c980c4e2a8e5e87 +refs/heads/master: f14c6fd0fc9fbaf242254c84ba2632decb25e91a diff --git a/trunk/arch/ppc/boot/openfirmware/chrpmain.c b/trunk/arch/ppc/boot/openfirmware/chrpmain.c index 6fb4f738728c..effe4a0624b0 100644 --- a/trunk/arch/ppc/boot/openfirmware/chrpmain.c +++ b/trunk/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);