From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 04/15] ARM: idmap: only initialize HYP idmap when HYP mode is available Date: Tue, 18 Sep 2012 14:03:04 +0100 Message-ID: <20120918130304.GM32204@mudshark.cambridge.arm.com> References: <20120915153359.21241.86002.stgit@ubuntu> <20120915153455.21241.27798.stgit@ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" To: Christoffer Dall Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:54348 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755408Ab2IRNDW (ORCPT ); Tue, 18 Sep 2012 09:03:22 -0400 Content-Disposition: inline In-Reply-To: <20120915153455.21241.27798.stgit@ubuntu> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Sep 15, 2012 at 04:34:55PM +0100, Christoffer Dall wrote: > From: Marc Zyngier > > Signed-off-by: Marc Zyngier > --- > arch/arm/mm/idmap.c | 4 ++++ > 1 file changed, 4 insertions(+) Just fold this into the previous patch. Will