Home
last modified time | relevance | path

Searched hist:a26bce1220a4c5a7a074a779e6aad3cae63a94f7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.cdiff a26bce1220a4c5a7a074a779e6aad3cae63a94f7 Fri Oct 07 09:57:55 CDT 2011 Will Deacon <will.deacon@arm.com> ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 cores

ARMv6 cores do not implement the DBGOSLAR register, so we don't need to
try and clear it on boot. Furthermore, the VCR is zeroed out of reset,
so we don't need to zero it explicitly when a CPU comes online.

Tested-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>