From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753151AbbCXVOW (ORCPT ); Tue, 24 Mar 2015 17:14:22 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:53981 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752105AbbCXVOU (ORCPT ); Tue, 24 Mar 2015 17:14:20 -0400 Date: Tue, 24 Mar 2015 22:14:06 +0100 From: Peter Zijlstra To: cmetcalf@ezchip.com Cc: linux-kernel@vger.kernel.org, Ingo Molnar , "Paul E. McKenney" , Thomas Gleixner , Frederic Weisbecker Subject: Re: [PATCH 1/4] tile: support arch_irq_work_raise Message-ID: <20150324211406.GB27490@worktop.programming.kicks-ass.net> References: <1427224895-30830-1-git-send-email-cmetcalf@ezchip.com> <1427224895-30830-2-git-send-email-cmetcalf@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427224895-30830-2-git-send-email-cmetcalf@ezchip.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 24, 2015 at 03:21:32PM -0400, cmetcalf@ezchip.com wrote: > From: Chris Metcalf > > Tile includes a hypervisor hook to deliver messages to arbitrary > tiles, so we can use that to raise an interrupt as soon as > possible on our own core. Unfortunately the Tilera hypervisor > disabled that support on principle in previous releases, but > it will be available in MDE 4.3.4 and later. Can you program a timer in the (recent) past which will instantly trigger an interrupt? This is what PPC64 does to implement the self-ipi.