x86, 64bit, mm: hibernate use generic mapping_init
authorYinghai Lu <yinghai@kernel.org>
Thu, 24 Jan 2013 20:20:14 +0000 (12:20 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 30 Jan 2013 03:32:59 +0000 (19:32 -0800)
commit8b78c21d72d9dbcb7230e97423a2cd8d8402c20c
tree5cea2fec0c2bea041399fcf8c64275a37f893111
parent72212675d1c96f5db8ec6fb35701879911193158
x86, 64bit, mm: hibernate use generic mapping_init

We should set mappings only for usable memory ranges under max_pfn
Otherwise causes same problem that is fixed by

x86, mm: Only direct map addresses that are marked as E820_RAM

Make it only map range in pfn_mapped array.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1359058816-7615-34-git-send-email-yinghai@kernel.org
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: linux-pm@vger.kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/power/hibernate_64.c