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 CF0FDB6F7C for ; Thu, 19 May 2011 16:58:49 +1000 (EST) Subject: Re: [PATCH 19/37] powerpc: consolidate ipi message mux and demux From: Benjamin Herrenschmidt To: Milton Miller In-Reply-To: <1305788222.7481.46.camel@pasglop> References: <1305788222.7481.46.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 19 May 2011 16:58:42 +1000 Message-ID: <1305788322.7481.48.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 Thu, 2011-05-19 at 16:57 +1000, Benjamin Herrenschmidt wrote: > 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. I forgot to mention... I dropped the change to include/linux/smp.h to remove the unused MSG_ flags for now. It will not have been in -next long enough to hit Linus via my tree, just in case somebody started using the flags while we were not looking :-) I suggest you send it to Linus directly after he pulls my tree during the merge window. Cheers, Ben.