[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4612B225.7060003@gmail.com>
Date: Tue, 03 Apr 2007 21:59:33 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>
CC: Linux kernel mailing list <linux-kernel@...r.kernel.org>,
linux-pm@...ts.osdl.org, pavel@...e.cz
Subject: Re: 2.6.21-rc5: swsusp: Not enough free memory
Rafael J. Wysocki napsal(a):
> Okay, so I think the appended patch is needed. Could you please revert the
[...]
> Index: linux-2.6.21-rc5/kernel/power/swsusp.c
> ===================================================================
> --- linux-2.6.21-rc5.orig/kernel/power/swsusp.c
> +++ linux-2.6.21-rc5/kernel/power/swsusp.c
> @@ -229,13 +229,13 @@ int swsusp_shrink_memory(void)
> size += highmem_size;
> for_each_zone (zone)
> if (populated_zone(zone)) {
> + tmp += snapshot_additional_pages(zone);
> if (is_highmem(zone)) {
> highmem_size -=
> zone_page_state(zone, NR_FREE_PAGES);
> } else {
> tmp -= zone_page_state(zone, NR_FREE_PAGES);
> tmp += zone->lowmem_reserve[ZONE_NORMAL];
> - tmp += snapshot_additional_pages(zone);
This seems to work.
thanks,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
Hnus <hnus@...muni.cz> is an alias for /dev/null
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists