From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] Define smp_call_function_many for UP Date: Thu, 18 Dec 2008 14:16:37 -0800 (PST) Message-ID: References: <20081208160945.7535A25006E@cleopatra.tlv.redhat.com> <1229014284.26586.9.camel@localhost.localdomain> <200812151904.36554.rusty@rustcorp.com.au> <200812190840.13995.rusty@rustcorp.com.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Hollis Blanchard , Avi Kivity , kvm-devel , linux-kernel@vger.kernel.org To: Rusty Russell Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:49634 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751958AbYLRWRA (ORCPT ); Thu, 18 Dec 2008 17:17:00 -0500 In-Reply-To: <200812190840.13995.rusty@rustcorp.com.au> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 19 Dec 2008, Rusty Russell wrote: > > Linus, please apply. Otherwise those using it in transition patches (eg. kvm) > can't compile with CONFIG_SMP=n: Umm. I already applied this a long time ago. It's commit d2ff911882b6bc693d86ca9566daac70aacbb2b3 Linus