Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758647Ab0LCOpD (ORCPT ); Fri, 3 Dec 2010 09:45:03 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:35343 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758556Ab0LCOpB (ORCPT ); Fri, 3 Dec 2010 09:45:01 -0500 X-Authority-Analysis: v=1.1 cv=kXGwZUU/u1JTMRv8Axk4W0omja+vfTT+sGlOkodD8F8= c=1 sm=0 a=YndEQwitm8YA:10 a=Q9fys5e9bTEA:10 a=OPBmh+XkhLl+Enan7BmTLg==:17 a=20KFwNOVAAAA:8 a=oGMlB6cnAAAA:8 a=VwQbUJbxAAAA:8 a=1nSz6Ew-AAAA:8 a=meVymXHHAAAA:8 a=Tty9oNO6AAAA:8 a=pGLkceISAAAA:8 a=bb4madVcwnGkgdAtjnAA:9 a=-28QVHXow4AWcWk9CQiO3FCD01IA:4 a=PUjeQqilurYA:10 a=jEp0ucaQiEUA:10 a=Zh68SRI7RUMA:10 a=CY6gl2JlH4YA:10 a=LI9Vle30uBYA:10 a=nj4rVwXhlm8A:10 a=jeBq3FmKZ4MA:10 a=MSl-tDqOz04A:10 a=OPBmh+XkhLl+Enan7BmTLg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.242.120.143 Subject: Re: [PATCH -tip v5 6/8] x86: Introduce text_poke_smp_batch() for batch-code modifying From: Steven Rostedt To: Masami Hiramatsu Cc: Ingo Molnar , Rusty Russell , Frederic Weisbecker , Ananth N Mavinakayanahalli , Jason Baron , Mathieu Desnoyers , linux-kernel@vger.kernel.org, 2nddept-manager@sdl.hitachi.co.jp, Masami Hiramatsu , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Jan Beulich In-Reply-To: <20101203095422.2961.51217.stgit@ltc236.sdl.hitachi.co.jp> References: <20101203095325.2961.75137.stgit@ltc236.sdl.hitachi.co.jp> <20101203095422.2961.51217.stgit@ltc236.sdl.hitachi.co.jp> Content-Type: text/plain; charset="ISO-8859-15" Date: Fri, 03 Dec 2010 09:44:59 -0500 Message-ID: <1291387499.3228.5.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1149 Lines: 35 On Fri, 2010-12-03 at 18:54 +0900, Masami Hiramatsu wrote: > Introduce text_poke_smp_batch(). This function modifies several > text areas with one stop_machine() on SMP. Because calling > stop_machine() is heavy task, it is better to aggregate text_poke > requests. > > Frederic, I've talked with Rusty about this interface, and > he would not like to expand stop_machine() interface, since > it is not for generic use. > > Signed-off-by: Masami Hiramatsu > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x86@kernel.org > Cc: Jan Beulich Looks good, Acked-by: Steven Rostedt -- Steve > Cc: Jason Baron > Cc: linux-kernel@vger.kernel.org > Cc: Rusty Russell > Cc: Frederic Weisbecker > --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/