From: Ard Biesheuvel Date: Wed, 4 Mar 2015 10:49:32 +0000 (+0100) Subject: arm64: remove processor_id X-Git-Tag: omap-for-v4.2/o2_dc~115^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44ef51799109dccba751240e84ca2da937a88ed;p=pandora-kernel.git arm64: remove processor_id The global processor_id is assigned the MIDR_EL1 value of the boot CPU in the early init code, but is never referenced afterwards. As the relevance of the MIDR_EL1 value of the boot CPU is debatable anyway, especially under big.LITTLE, let's remove it before anyone starts using it. Tested-by: Mark Rutland Reviewed-by: Mark Rutland Reviewed-by: Catalin Marinas Signed-off-by: Ard Biesheuvel Signed-off-by: Will Deacon --- Reading git-diff-tree failed