From mboxrd@z Thu Jan 1 00:00:00 1970 From: rkuo Subject: Re: [RFC PATCH v3 07/19] smp, hexagon: kill SMP single function call interrupt Date: Wed, 4 Dec 2013 19:42:54 -0600 Message-ID: <20131205014254.GA3188@codeaurora.org> References: <1386173591-28514-1-git-send-email-liuj97@gmail.com> <1386173591-28514-8-git-send-email-liuj97@gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1386173591-28514-8-git-send-email-liuj97@gmail.com> Sender: linux-hexagon-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jiang Liu Cc: Andrew Morton , Shaohua Li , Thomas Gleixner , Paul Gortmaker , "Srivatsa S. Bhat" , linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Steven Rostedt , Jiri Kosina , Wang YanQing , linux-arch@vger.kernel.org On Thu, Dec 05, 2013 at 12:12:58AM +0800, Jiang Liu wrote: > 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 intterupt > is needed for architecture specific code to support generic SMP function > call interfaces, so kill the redundant single function call interrupt. > > Cc: Andrew Morton > Cc: Shaohua Li > Cc: Peter Zijlstra > Cc: Ingo Molnar > Cc: Steven Rostedt > Cc: Jiri Kosina > Cc: Richard Kuo > Cc: linux-hexagon@vger.kernel.org > Signed-off-by: Jiang Liu > --- > arch/hexagon/include/asm/smp.h | 1 - > arch/hexagon/kernel/smp.c | 6 +----- > 2 files changed, 1 insertion(+), 6 deletions(-) Seems to work fine for Hexagon. Thanks! Acked-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation