Files
linux/arch/arm/mm/init.c
Russell King 9131e72c76 ARM: mm: fix boot on SA1110 Assabet
commit 319e0b4f02 upstream.

Commit 83db0384 (mm/ARM: use common help functions to free reserved
pages) broke booting on the Assabet by trying to convert a PFN to
a virtual address using the __va() macro.  This macro takes the
physical address, not a PFN.  Fix this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-21 18:21:35 -07:00

19 KiB