From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752086AbbJLLV5 (ORCPT ); Mon, 12 Oct 2015 07:21:57 -0400 Received: from ozlabs.org ([103.22.144.67]:58037 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbbJLLVZ (ORCPT ); Mon, 12 Oct 2015 07:21:25 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 255e8e046c3925ee45a869466221a48d38451b39 In-Reply-To: <20150821110515.94DBB1A241A@localhost.localdomain> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , scottwood@freescale.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/8xx: Shorten irq_chip name for the SIU Message-Id: <20151012112123.D420814027C@ozlabs.org> Date: Mon, 12 Oct 2015 22:21:23 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-21-08 at 11:05:15 UTC, Christophe Leroy wrote: > show_interrupts() expects the irq_chip name to be max 8 characters > otherwise everything get misaligned > > # cat /proc/interrupts > CPU0 > 17: 0 CPM PIC 0 Level error > 19: 0 MPC8XX SIU 15 Level tbint > 20: 90 CPM PIC 4 Level cpm_uart > 38: 29746 MPC8XX SIU 5 Level fs_enet-mac > 39: 0 MPC8XX SIU 7 Level fs_enet-mac > 47: 401 CPM PIC 5 Level fsl_spi > 68: 1 MPC8XX SIU 2 Level phy_interrupt, phy_interrupt, phy_interrupt > LOC: 7225485 Local timer interrupts for timer event device > LOC: 9 Local timer interrupts for others > SPU: 0 Spurious interrupts > PMI: 0 Performance monitoring interrupts > MCE: 0 Machine check exceptions > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/255e8e046c3925ee45a86946 cheers