From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751560AbdASA11 (ORCPT ); Wed, 18 Jan 2017 19:27:27 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34685 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbdASA10 (ORCPT ); Wed, 18 Jan 2017 19:27:26 -0500 Subject: Re: [PATCH] ARM: Reduce "CPU: shutdown" message to debug level To: Russell King - ARM Linux References: <20170117230714.6799-1-f.fainelli@gmail.com> <20170118225328.2597-1-f.fainelli@gmail.com> <20170118232029.GU27312@n2100.armlinux.org.uk> Cc: linux-arm-kernel@lists.infradead.org, Petr Mladek , Andrew Morton , Thomas Gleixner , Chris Metcalf , "Paul E. McKenney" , Kees Cook , open list From: Florian Fainelli Message-ID: Date: Wed, 18 Jan 2017 16:27:22 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170118232029.GU27312@n2100.armlinux.org.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/18/2017 03:20 PM, Russell King - ARM Linux wrote: > On Wed, Jan 18, 2017 at 02:53:26PM -0800, Florian Fainelli wrote: >> Similar to c68b0274fb3c ("ARM: reduce "Booted secondary processor" >> message to debug level"), demote the "CPU: shutdown" pr_notice() into a >> pr_debug(). > > Much better, and thanks for dropping the "performance" argument as well. > CPU hotplug isn't about performance :) > > Please put this in the patch system, thanks. Done, #8644, thanks! -- Florian