ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 cores
commita26bce1220a4c5a7a074a779e6aad3cae63a94f7
authorWill Deacon <will.deacon@arm.com>
Fri, 7 Oct 2011 14:57:55 +0000 (7 15:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 8 Oct 2011 09:05:34 +0000 (8 10:05 +0100)
treeb57a67eab4799e63e7fc699acd7682b8148ebbb8
parentc825dda905bac330c2da7fabdf5c0ac28758b3cd
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>
arch/arm/kernel/hw_breakpoint.c