From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet Gupta Subject: Re: [RFC PATCH v2 02/25] smp, alpha: kill SMP single function call interrupt Date: Tue, 22 Oct 2013 15:48:55 +0530 Message-ID: <5266510F.8000300@synopsys.com> References: <1378915649-16395-1-git-send-email-liuj97@gmail.com> <1378915649-16395-3-git-send-email-liuj97@gmail.com> <52664E7E.6090504@synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52664E7E.6090504@synopsys.com> Sender: linux-kernel-owner@vger.kernel.org To: Jiang Liu Cc: "linux-arch@vger.kernel.org" , lkml List-Id: linux-arch.vger.kernel.org +CC gmail address, as the othe rone bounced ! On 10/22/2013 03:37 PM, Vineet Gupta wrote: > Hi Jiang, > > On 09/11/2013 09:37 PM, Jiang Liu wrote: >> From: Jiang Liu >> >> Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic >> similar to smp_call_function_single()" has unified the way to handle >> single and multiple cross-CPU function calls. Now only one interrupt >> is needed for architecture specific code to support generic SMP function >> call interfaces, so kill the redundant single function call interrupt. >> >> Signed-off-by: Jiang Liu > > What's the status of this series - seemed useful to me. Are you planning to get it > merged in 3.13 > > -Vineet > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hermes.synopsys.com ([198.182.44.81]:63107 "EHLO hermes.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659Ab3JVKTJ (ORCPT ); Tue, 22 Oct 2013 06:19:09 -0400 Message-ID: <5266510F.8000300@synopsys.com> Date: Tue, 22 Oct 2013 15:48:55 +0530 From: Vineet Gupta MIME-Version: 1.0 Subject: Re: [RFC PATCH v2 02/25] smp, alpha: kill SMP single function call interrupt References: <1378915649-16395-1-git-send-email-liuj97@gmail.com> <1378915649-16395-3-git-send-email-liuj97@gmail.com> <52664E7E.6090504@synopsys.com> In-Reply-To: <52664E7E.6090504@synopsys.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jiang Liu Cc: "linux-arch@vger.kernel.org" , lkml Message-ID: <20131022101855.85AlOmsCNBpAt7VA2JOxVx4fbkqwMPV9qSXYRk2s19w@z> +CC gmail address, as the othe rone bounced ! On 10/22/2013 03:37 PM, Vineet Gupta wrote: > Hi Jiang, > > On 09/11/2013 09:37 PM, Jiang Liu wrote: >> From: Jiang Liu >> >> Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic >> similar to smp_call_function_single()" has unified the way to handle >> single and multiple cross-CPU function calls. Now only one interrupt >> is needed for architecture specific code to support generic SMP function >> call interfaces, so kill the redundant single function call interrupt. >> >> Signed-off-by: Jiang Liu > > What's the status of this series - seemed useful to me. Are you planning to get it > merged in 3.13 > > -Vineet >