It is definitely wrong to do this when running on non-Cortex-A15 32-bit
hardware but even when running on 64-bit hardware it's not really necessary
and may cause more harm than good if the underlying processor is not all that
similar to an A15.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
{
regs->cpsr = PSR_GUEST32_INIT;
- /* Pretend to be a Cortex A15 */
- d->arch.vpidr = 0x410fc0f0;
-
/* FROM LINUX head.S
*
* Kernel startup entry point.