[PATCH] swsusp: nuke noisy message

I get about 88 squillion of these when suspending an old ad450nx server.

Cc: Pavel Roskin <proski@gnu.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton
2006-02-15 15:17:42 -08:00
committed by Linus Torvalds
parent d1db4ec86c
commit c8adb494a6

View File

@@ -91,10 +91,8 @@ static int save_highmem_zone(struct zone *zone)
* corrected eventually when the cases giving rise to this * corrected eventually when the cases giving rise to this
* are better understood. * are better understood.
*/ */
if (PageReserved(page)) { if (PageReserved(page))
printk("highmem reserved page?!\n");
continue; continue;
}
BUG_ON(PageNosave(page)); BUG_ON(PageNosave(page));
if (PageNosaveFree(page)) if (PageNosaveFree(page))
continue; continue;