From d6696f9d3d5aedbb83c967c39cb5d23426dad958 Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Fri, 21 Sep 2012 18:17:24 +0100 Subject: [PATCH] --- yaml --- r: 339544 b: refs/heads/master c: 5ad29ea24e58777aa1daaa2255670ffb40aefd99 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/kernel/hw_breakpoint.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5596537495b8..e5215d25698f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f4050a07be8ce5fad069722326ccd550577a93a +refs/heads/master: 5ad29ea24e58777aa1daaa2255670ffb40aefd99 diff --git a/trunk/arch/arm/kernel/hw_breakpoint.c b/trunk/arch/arm/kernel/hw_breakpoint.c index 8cd52faeb77e..983558eb9023 100644 --- a/trunk/arch/arm/kernel/hw_breakpoint.c +++ b/trunk/arch/arm/kernel/hw_breakpoint.c @@ -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; }