From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] Simplify smp_call_function*() by using common implementation Date: Wed, 28 Mar 2007 21:03:49 +0200 Message-ID: <200703282103.50191.ak@suse.de> References: <46099709.2000304@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <46099709.2000304@goop.org> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Jeremy Fitzhardinge Cc: Virtualization Mailing List , Stephane Eranian , Andrew Morton , Ingo Molnar , Jan Beulich , Linux Kernel Mailing List List-Id: virtualization@lists.linuxfoundation.org On Wednesday 28 March 2007 00:13, Jeremy Fitzhardinge wrote: > smp_call_function and smp_call_function_single are almost complete > duplicates of the same logic. This patch combines them by > implementing them in terms of the more general > smp_call_function_mask(). I think I got those already. -Andi