Re: [PATCH] swsusp: add architecture special saveable pages support

From: Dave Jones
Date: Sun Jun 25 2006 - 21:13:17 EST


On Fri, Jun 23, 2006 at 03:01:32PM +0000, Linux Kernel wrote:
> commit ce4ab0012b32c1a4a1d6e934aeb73bf3151c48d9
> tree 83b5ba44e93eeb8b72fe14028ac25943f77844fe
> parent 82dcaafc92fdfbe2c1d6c50b9f5e17d533caf950
> author Shaohua Li <shaohua.li@xxxxxxxxx> Fri, 23 Jun 2006 16:04:44 -0700
> committer Linus Torvalds <torvalds@xxxxxxxxxxx> Fri, 23 Jun 2006 21:42:59 -0700
>
> [PATCH] swsusp: add architecture special saveable pages support
>
> 1. Add architecture specific pages save/restore support. Next two patches
> will use this to save/restore 'ACPI NVS' pages.
>
> 2. Allow reserved pages 'nosave'. This could avoid save/restore BIOS
> reserved pages.
>
> Signed-off-by: Shaohua Li <shaohua.li@xxxxxxxxx>
> Cc: Pavel Machek <pavel@xxxxxx>
> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx>
> Cc: Nigel Cunningham <nigel@xxxxxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx>

This breaks PPC compiles for me.

kernel/power/snapshot.c: In function 'save_arch_mem':
kernel/power/snapshot.c:93: error: implicit declaration of function 'kmap_atomic_pfn'
kernel/power/snapshot.c:93: warning: assignment makes pointer from integer without a cast

Dave

--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/