arm64: remove processor_id
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 4 Mar 2015 10:49:32 +0000 (11:49 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 19 Mar 2015 19:46:01 +0000 (19:46 +0000)
commita44ef51799109dccba751240e84ca2da937a88ed
treeb8a50205aa97bcaee641b2eff56d678b23b44cba
parentb784a5d97d0af4835dd0125a3e0e5d0fd48128d6
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 <mark.rutland@arm.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/head.S
arch/arm64/kernel/setup.c