From: Russell King Date: Tue, 9 Jul 2013 08:52:55 +0000 (+0100) Subject: ARM: mm: fix boot on SA1110 Assabet X-Git-Tag: v3.11-rc1~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319e0b4f02f73983c03a2ca38595fc6367929edf;p=pandora-kernel.git 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: # 3.10 Signed-off-by: Russell King --- Reading git-diff-tree failed