--- linux-2.6.8.1/kernel/power/suspend_gzip.c.org 2004-09-29 20:53:03.000000000 +0200 +++ linux-2.6.8.1/kernel/power/suspend_gzip.c 2004-09-29 22:24:29.163046792 +0200 @@ -407,6 +407,8 @@ return len; } +#define MAX(a,b) (((a)>(b))?(a):(b)) + /* compression_memory_needed * * Description: Tell the caller how much memory we need to operate during