From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751049Ab1ISOGE (ORCPT ); Mon, 19 Sep 2011 10:06:04 -0400 Received: from www.linutronix.de ([62.245.132.108]:55942 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713Ab1ISOGC (ORCPT ); Mon, 19 Sep 2011 10:06:02 -0400 Date: Mon, 19 Sep 2011 16:05:59 +0200 (CEST) From: Thomas Gleixner To: Richard Kuo cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 21/36] Hexagon: Add SMP support In-Reply-To: <093448$3hstu8@wolverine01.qualcomm.com> Message-ID: References: <093448$3hstu8@wolverine01.qualcomm.com> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Sep 2011, Richard Kuo wrote: > + case IPI_RESCHEDULE: > + /* > + * need to revisit our exit path; see comments for > + * scheduler_ipi() > + */ You mean the irqe_enter/exit() comment there? Your implementation should be fine as your IPIs come over the regular irq path which has the irq_enter/exit pair already. Reviewed-by: Thomas Gleixner