|
@@ -136,8 +136,8 @@ static u8 get_debug_arch(void)
|
|
|
|
|
|
/* Do we implement the extended CPUID interface? */
|
|
|
if (((read_cpuid_id() >> 16) & 0xf) != 0xf) {
|
|
|
- pr_warning("CPUID feature registers not supported. "
|
|
|
- "Assuming v6 debug is present.\n");
|
|
|
+ pr_warn_once("CPUID feature registers not supported. "
|
|
|
+ "Assuming v6 debug is present.\n");
|
|
|
return ARM_DEBUG_ARCH_V6;
|
|
|
}
|
|
|
|