From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] make resend_irq_on_evtchn() non-static Date: Tue, 23 Jan 2007 15:18:14 +0000 Message-ID: References: <1169497935.5469.67.camel@bling> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1169497935.5469.67.camel@bling> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Alex Williamson , Christian.Limpach@xensource.com Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 22/1/07 20:32, "Alex Williamson" wrote: > We still have a need to call resend_irq_on_evtchn() directly on ia64. > This patch changes it back to non-static. Thanks, Can't you h->retrigger(vector) in ia64_resend_irq()? -- Keir