]> git.pld-linux.org Git - packages/kernel.git/blame - suspend_gzip_MAX.patch
- obsolete
[packages/kernel.git] / suspend_gzip_MAX.patch
CommitLineData
3c9fec54 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.163292 seconds and 4 git commands to generate.