arm64: head.S: initialise mdcr_el2 in el2_setup
authorWill Deacon <will.deacon@arm.com>
Wed, 2 Sep 2015 17:49:28 +0000 (18:49 +0100)
committerDanny Wood <danwood76@gmail.com>
Tue, 29 Jan 2019 13:10:03 +0000 (13:10 +0000)
commit18b78d8df7ba47678444e473db8b40ef3bab2990
treeb7a71d651ebad08b9ffdfcc3591a6d4ba9d7dbf7
parent959bc253ee9b7b17310cb0f9752a13f028a40a96
arm64: head.S: initialise mdcr_el2 in el2_setup

commit d10bcd473301888f957ec4b6b12aa3621be78d59 upstream.

When entering the kernel at EL2, we fail to initialise the MDCR_EL2
register which controls debug access and PMU capabilities at EL1.

This patch ensures that the register is initialised so that all traps
are disabled and all the PMU counters are available to the host. When a
guest is scheduled, KVM takes care to configure trapping appropriately.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/head.S