From: Will Deacon Date: Mon, 22 Apr 2013 17:28:55 +0000 (+0100) Subject: arm64: smp: honour #address-size when parsing CPU reg property X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~100^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72aea393a2e7c53a951bc581f18a79315f47036b;p=pandora-kernel.git arm64: smp: honour #address-size when parsing CPU reg property For systems where the top 32-bits of the MPIDR are all zero, we should allow the device-tree to specify an #address-size of 0x1 for the CPU reg property and then zero extend the value there. Without this patch, kvmtool breaks with the recent mpidr parsing code introduced in 4c7aa0021356 ("arm64: kernel: initialise cpu_logical_map from the DT"). Acked-by: Javi Merino Acked-by: Lorenzo Pieralisi Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed