]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: mm: fix boot on SA1110 Assabet
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Jul 2013 08:52:55 +0000 (09:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Jul 2013 08:52:55 +0000 (09:52 +0100)
commit319e0b4f02f73983c03a2ca38595fc6367929edf
treee16e07b529da5b72bf77329976dc28239aaaf1ce
parentee4de5d99aeac44f4507b7538b2b3faedc5205b9
ARM: mm: fix boot on SA1110 Assabet

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.

Cc: <stable@vger.kernel.org> # 3.10
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/init.c