From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ozlabs.org (Postfix) with ESMTP id 9E599DE1CC for ; Sat, 27 Jan 2007 22:25:37 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 9/16] ps3: bind interrupt to cpu Date: Sat, 27 Jan 2007 12:25:23 +0100 References: <45BAC218.8050606@am.sony.com> In-Reply-To: <45BAC218.8050606@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200701271225.23355.arnd@arndb.de> Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Saturday 27 January 2007 04:08, Geoff Levand wrote: > Change the PS3 irq allocation routines to take an argument indicating which > cpu (processor thread) the interrupt should be serviced on. > > The current system configuration favors device interrupts that are serviced > on cpu0, so that is used as the default. > > Signed-off-by: Geoff Levand > Acked-by: Arnd Bergmann