commit | 5ad29ea24e58777aa1daaa2255670ffb40aefd99 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 21 18:17:24 2012 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 09 11:47:06 2012 +0000 |
tree | cb9479ed42a290df09448bccdf823dd1275971f0 | |
parent | 7f4050a07be8ce5fad069722326ccd550577a93a [diff] |
ARM: hw_breakpoint: make boot quieter without CPUID feature registers Booting on a v6 core without the CPUID feature registers (e.g. 1136) leads to a noisy dmesg complaining about their absence. This patch changes the pr_warning into a pr_warn_once to keep the log quieter. Signed-off-by: Will Deacon <will.deacon@arm.com>