]> git.pld-linux.org Git - packages/kernel.git/blob - suspend_gzip_MAX.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / suspend_gzip_MAX.patch
1 --- linux-2.6.8.1/kernel/power/suspend_gzip.c.org       2004-09-29 20:53:03.000000000 +0200
2 +++ linux-2.6.8.1/kernel/power/suspend_gzip.c   2004-09-29 22:24:29.163046792 +0200
3 @@ -407,6 +407,8 @@
4         return len;
5  }
6  
7 +#define MAX(a,b)       (((a)>(b))?(a):(b))
8 +
9  /* compression_memory_needed
10   *
11   * Description:        Tell the caller how much memory we need to operate during
This page took 0.035678 seconds and 3 git commands to generate.