diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-12 00:57:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-12 00:57:22 -0700 |
| commit | 69a03dedc92b7968fc9ca5c701e8d2d6c481750d (patch) | |
| tree | b932c3d4aa599d47c0dc7d361027fab2642faa52 /include/linux | |
| parent | 31a359d2a66831b23be5baba111107d9e63b6fa8 (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.h | 2 |
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]; |
