commit | 319e0b4f02f73983c03a2ca38595fc6367929edf | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 09 09:52:55 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 09 09:52:55 2013 +0100 |
tree | e16e07b529da5b72bf77329976dc28239aaaf1ce | |
parent | ee4de5d99aeac44f4507b7538b2b3faedc5205b9 [diff] |
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>