From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt Date: Thu, 12 Sep 2013 17:35:14 +0900 Message-ID: <20130912083514.GA13647@linux-sh.org> References: <1378915649-16395-1-git-send-email-liuj97@gmail.com> <1378915649-16395-18-git-send-email-liuj97@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from sub0000499296.hmk-temp.com ([153.122.6.145]:51585 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751914Ab3ILIoV (ORCPT ); Thu, 12 Sep 2013 04:44:21 -0400 Content-Disposition: inline In-Reply-To: <1378915649-16395-18-git-send-email-liuj97@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jiang Liu Cc: Andrew Morton , Shaohua Li , Jiang Liu , Ingo Molnar , Peter Zijlstra , Steven Rostedt , Jiri Kosina , Wang YanQing , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org On Thu, Sep 12, 2013 at 12:07:21AM +0800, 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 > Cc: Jiang Liu Acked-by: Paul Mundt