From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757411AbbCERzM (ORCPT ); Thu, 5 Mar 2015 12:55:12 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:42497 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754060AbbCERzJ (ORCPT ); Thu, 5 Mar 2015 12:55:09 -0500 Date: Thu, 5 Mar 2015 09:55:15 -0800 From: Olof Johansson To: Hanjun Guo Cc: Catalin Marinas , "Rafael J. Wysocki" , Will Deacon , Grant Likely , Lorenzo Pieralisi , Arnd Bergmann , Mark Rutland , Graeme Gregory , Sudeep Holla , Jon Masters , Marc Zyngier , Mark Brown , Robert Richter , Timur Tabi , Ashwin Chaugule , suravee.suthikulpanit@amd.com, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org Subject: Re: [PATCH v9 01/21] ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning Message-ID: <20150305175515.GA4932@quad.lixom.net> References: <1424853601-6675-1-git-send-email-hanjun.guo@linaro.org> <1424853601-6675-2-git-send-email-hanjun.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424853601-6675-2-git-send-email-hanjun.guo@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 25, 2015 at 04:39:41PM +0800, Hanjun Guo wrote: > For a normal 8 cpu sockets system, it will up to 240 cpu threads (Xeon E7 > v2 family for now), and we need 240 entries for local apic or local x2apic > in MADT table, so it will be much verbose information printed with a slow > uart console when system booted, this will be even worse with large system > with 16/32 cpu sockets. > > This patch just use pr_debug() instead of pr_info() for ioapic/iosapic, > local apic/x2apic/sapic structures when scanning the MADT table to remove > those verbose information, but leave other structures unchanged. > > CC: Rafael J Wysocki > Signed-off-by: Hanjun Guo Acked-by: Olof Johansson (This can surely go in now and not be pending on the rest of the patch set) -Olof