From: Mac Lin Date: Mon, 25 Mar 2013 09:23:33 +0000 (+0800) Subject: ARM: cns3xxx: fix mapping of private memory region X-Git-Tag: v3.9-rc6~31^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d9052c6296ad3398d3ad649c3c682c3e7ecfa6;p=pandora-kernel.git ARM: cns3xxx: fix mapping of private memory region Since commit 0536bdf33faf (ARM: move iotable mappings within the vmalloc region), the Cavium CNS3xxx cannot boot anymore. This is caused by the pre-defined iotable mappings is not in the vmalloc region. This patch move the iotable mappings into the vmalloc region, and merge the MPCore private memory region (containing the SCU, the GIC and the TWD) as a single region. Signed-off-by: Mac Lin Signed-off-by: Anton Vorontsov Cc: stable@vger.kernel.org [v3.3+] --- Reading git-diff-tree failed