Searched hist:"7 f4050a07be8ce5fad069722326ccd550577a93a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | diff 7f4050a07be8ce5fad069722326ccd550577a93a Fri Sep 21 11:53:08 CDT 2012 Will Deacon <will.deacon@arm.com> ARM: hw_breakpoint: don't try to clear v6 debug registers during boot
v6 cores do not provide a way to clear the debug registers without first enabling monitor mode, meaning that we could take spurious debug exceptions. Instead, rely on the registers being in a sane state when we boot as they are defined to be disabled out of reset anyway.
Tested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
|