From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by ozlabs.org (Postfix) with ESMTP id EF106DE6A1 for ; Fri, 9 Jan 2009 01:39:59 +1100 (EST) Received: by an-out-0708.google.com with SMTP id d11so2706155and.39 for ; Thu, 08 Jan 2009 06:39:58 -0800 (PST) Sender: Matt Sealey Message-ID: <49661041.2010302@genesi-usa.com> Date: Thu, 08 Jan 2009 08:40:01 -0600 From: Matt Sealey MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH] powerpc/mpc52xx: Properly update irq_desc when set_type() is called. References: <20090107192505.26320.23112.stgit@localhost.localdomain> <4965784D.6090704@genesi-usa.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On Wed, Jan 7, 2009 at 8:51 PM, Matt Sealey wrote: >> Grant Likely wrote: >>> From: Grant Likely >>> >>> The MPC5200 PIC driver doesn't correctly update the .status field of >>> the irq_desc structure when the set_type hook is called. This patch >>> adds the required code. >>> >>> Also cleans up the external IRQ typename field to be something easier >>> to read (very minor). >>> >>> Signed-off-by: Grant Likely >> Hi Grant, >> >> What does this affect? > > cat /proc/interrupts Ah so, completely cosmetic in the end. I was worried I'd have to build a new kernel for a second.. :D -- Matt