From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2DF6BB6F80 for ; Thu, 19 May 2011 16:57:09 +1000 (EST) Subject: Re: [PATCH 19/37] powerpc: consolidate ipi message mux and demux From: Benjamin Herrenschmidt To: Milton Miller In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 19 May 2011 16:57:02 +1000 Message-ID: <1305788222.7481.46.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2011-05-11 at 00:29 -0500, Milton Miller wrote: > Consolidate the mux and demux of ipi messages into smp.c and call > a new smp_ops callback to actually trigger the ipi. .../... I'm merging the whole series. I had to do some fixups to this one and the one adding the CONFIG option, missing cell & wsp bits among others, but mostly trivial. Cheers, Ben.