summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-12 00:57:22 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-12 00:57:22 -0700
commit69a03dedc92b7968fc9ca5c701e8d2d6c481750d (patch)
treeb932c3d4aa599d47c0dc7d361027fab2642faa52 /include/linux
parent31a359d2a66831b23be5baba111107d9e63b6fa8 (diff)
[PATCH] swsusp update: supports discontingmem/highmem
From: Pavel Machek <pavel@ucw.cz> Bill Irwin did some work on this. It makes swsusp behave correctly w.r.t. discontingmem, and adds highmem handling (very simple-minded, but should work ok with 1GB). It now should behave correctly w.r.t. more than one swap device, and fixes double restoring of console.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/suspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h
index 810947658d59..7e4409b7c55b 100644
--- a/include/linux/suspend.h
+++ b/include/linux/suspend.h
@@ -24,7 +24,7 @@ typedef struct pbe {
#define SWAP_FILENAME_MAXLENGTH 32
struct suspend_header {
- __u32 version_code;
+ u32 version_code;
unsigned long num_physpages;
char machine[8];
char version[20];