From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933069AbXCHUnA (ORCPT ); Thu, 8 Mar 2007 15:43:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933074AbXCHUnA (ORCPT ); Thu, 8 Mar 2007 15:43:00 -0500 Received: from gw.goop.org ([64.81.55.164]:34684 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933069AbXCHUm7 (ORCPT ); Thu, 8 Mar 2007 15:42:59 -0500 Message-ID: <45F07551.6040604@goop.org> Date: Thu, 08 Mar 2007 12:42:57 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Chris Wright CC: Daniel Arai , Virtualization Mailing List , akpm@linux-foundation.org, john stultz , tglx@linutronix.de, Ingo Molnar , LKML Subject: Re: + stupid-hack-to-make-mainline-build.patch added to -mm tree References: <1173313373.24738.937.camel@localhost.localdomain> <45EF6077.9090302@vmware.com> <20070308182456.GH19575@sequoia.sous-sol.org> <45F06720.8080901@goop.org> <20070308194740.GJ10574@sequoia.sous-sol.org> <45F06989.8030207@goop.org> <20070308201033.GK10574@sequoia.sous-sol.org> <45F06FB3.105@goop.org> <20070308202350.GL10574@sequoia.sous-sol.org> <45F07334.7010207@goop.org> <20070308204221.GM10574@sequoia.sous-sol.org> In-Reply-To: <20070308204221.GM10574@sequoia.sous-sol.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Chris Wright wrote: > * Jeremy Fitzhardinge (jeremy@goop.org) wrote: > >> Maybe hooking into genapic is the right way to mop up all the uses of >> send_IPI and its variants. But from a quick grep it doesn't look like >> they get called from too many places... Most of the callers seem to be >> in arch/i386/kernek/smp.c, so they should be pretty easy to isolate. >> > > Yeah, we'll see once we are crashing and debugging some code ;-) > It's the Linux way (tm). J