From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id EE561DDEFF for ; Tue, 19 Jun 2007 08:26:41 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 1/1] Add support for MSI on Axon-based Cell systems Date: Tue, 19 Jun 2007 00:26:28 +0200 References: In-Reply-To: MIME-Version: 1.0 Message-Id: <200706190026.28608.arnd@arndb.de> Content-Type: text/plain; charset="iso-8859-1" Cc: Milton Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Monday 18 June 2007, Michael Ellerman wrote: > This patch adds support for the setup and decoding of MSIs > on Axon-based Cell systems, using the MSIC mechanism. > > This involves setting up an area of BE memory which the Axon > then uses as a FIFO for MSI messages. When one or more MSIs > are decoded by the MSIC we receive an interrupt on the MPIC, > and the MSI messages are written into the FIFO. At the moment > we use a 64KB FIFO, one per MSIC/BE. > > Signed-off-by: Michael Ellerman Acked-by: Arnd Bergmann