From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934237AbXC0WqM (ORCPT ); Tue, 27 Mar 2007 18:46:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934247AbXC0WqM (ORCPT ); Tue, 27 Mar 2007 18:46:12 -0400 Received: from gw.goop.org ([64.81.55.164]:44390 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934237AbXC0WqL (ORCPT ); Tue, 27 Mar 2007 18:46:11 -0400 Message-ID: <46099EB0.8000900@goop.org> Date: Tue, 27 Mar 2007 15:46:08 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Randy Dunlap CC: Andrew Morton , Linux Kernel Mailing List , Virtualization Mailing List , Jan Beulich , Stephane Eranian , Andi Kleen , Ingo Molnar Subject: Re: [PATCH] Simplify smp_call_function*() by using common implementation References: <46099709.2000304@goop.org> <20070327154357.f9335623.rdunlap@xenotime.net> In-Reply-To: <20070327154357.f9335623.rdunlap@xenotime.net> 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 Randy Dunlap wrote: > func() or ?? > and what does "nearly ready" mean? > Sorry, I forgot to include your doc updates from last time. "nearly ready" means that its just about to call the function, but hasn't necessarily done so. J