From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 09/10] KVM: arm/arm64: timer: Allow the timer to control the active state Date: Sat, 18 Jul 2015 00:15:52 +0200 Message-ID: <20150717221552.GM14024@cbox> References: <1436378202-20224-1-git-send-email-marc.zyngier@arm.com> <1436378202-20224-10-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Andre Przywara , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Marc Zyngier Return-path: Content-Disposition: inline In-Reply-To: <1436378202-20224-10-git-send-email-marc.zyngier@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Wed, Jul 08, 2015 at 06:56:41PM +0100, Marc Zyngier wrote: > In order to remove the crude hack where we sneak the masked bit > into the timer's control register, make use of the phys_irq_map > API control the active state of the interrupt. > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall