From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932099AbeBLSah (ORCPT ); Mon, 12 Feb 2018 13:30:37 -0500 Received: from mail-qt0-f195.google.com ([209.85.216.195]:37327 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527AbeBLSag (ORCPT ); Mon, 12 Feb 2018 13:30:36 -0500 X-Google-Smtp-Source: AH8x225LhDvKsTISVkfPG4AMyU1+a//0RdzZTqoaRkOVZjfBBJAhWDwNqqSuXpMZREv+e0yyvsA8Lw== Subject: Re: [PATCH] irqchip: Remove hashed address printing To: Jaedon Shin , Marc Zyngier , Geert Uytterhoeven , Thomas Gleixner , Jason Cooper Cc: Kevin Cernekee , Brian Norris , Gregory Fong , bcm-kernel-feedback-list@broadcom.com, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20180212021812.3882-1-jaedon.shin@gmail.com> From: Florian Fainelli Message-ID: <20e9fd4b-ef57-effa-26b6-e0db2b584735@gmail.com> Date: Mon, 12 Feb 2018 10:30:25 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180212021812.3882-1-jaedon.shin@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/11/2018 06:18 PM, Jaedon Shin wrote: > Since commit ad67b74d2469 ("printk: hash addresses printed with %p") > pointers are being hashed when printed. Displaying the virtual memory at > bootup time is not helpful. so delete the prints. > > Signed-off-by: Jaedon Shin Acked-by: Florian Fainelli Thanks Jaedon! -- Florian