Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758098Ab1EaS3W (ORCPT ); Tue, 31 May 2011 14:29:22 -0400 Received: from s15228384.onlinehome-server.info ([87.106.30.177]:57021 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754891Ab1EaS3V (ORCPT ); Tue, 31 May 2011 14:29:21 -0400 From: Borislav Petkov To: Andrew Morton Cc: Andrew Worsley , Phil Carmody , LKML , Borislav Petkov Subject: [PATCH] init, calibrate: Drop annoying warning Date: Tue, 31 May 2011 20:29:01 +0200 Message-Id: <1306866541-17090-1-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.4.rc2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1441 Lines: 37 From: Borislav Petkov Even though the error message is KERN_DEBUG, it appears when booting every core on setups with 'ignore_loglevel' for people who want to test latest kernels and scan dmesg for possible issues. Also, it doesn't show very useful information to the widest audience of kernel boot message gazers so drop it. Introduced by d2b463135f84d15808163cd15638b108e323d3e7. Signed-off-by: Borislav Petkov --- init/calibrate.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/init/calibrate.c b/init/calibrate.c index cfd7000..2568d22 100644 --- a/init/calibrate.c +++ b/init/calibrate.c @@ -93,9 +93,6 @@ static unsigned long __cpuinit calibrate_delay_direct(void) * If the upper limit and lower limit of the timer_rate is * >= 12.5% apart, redo calibration. */ - printk(KERN_DEBUG "calibrate_delay_direct() timer_rate_max=%lu " - "timer_rate_min=%lu pre_start=%lu pre_end=%lu\n", - timer_rate_max, timer_rate_min, pre_start, pre_end); if (start >= post_end) printk(KERN_NOTICE "calibrate_delay_direct() ignoring " "timer_rate as we had a TSC wrap around" -- 1.7.4.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/