From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BDA8C1A06B0 for ; Mon, 12 Oct 2015 13:53:55 +1100 (AEDT) Message-ID: <1444618435.7194.2.camel@ellerman.id.au> Subject: Re: use interrupt without clearing ? From: Michael Ellerman To: Ran Shalit Cc: linuxppc-dev@lists.ozlabs.org Date: Mon, 12 Oct 2015 13:53:55 +1100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2015-10-11 at 15:13 +0300, Ran Shalit wrote: > Hello, > > Is it possible to register an interrupt (in linux), without using the > automatic clear of interrupt. > I need this just for testing. Hi Ran, You need to give us much more info than that before anyone will be able to answer your question. Linux runs on lots of different powerpc machines, so without knowing what hardware you're talking about it's impossible to answer. cheers