From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 14/17] kvm-arm: Cleanup kvm_* wrappers Date: Fri, 8 Apr 2016 17:05:30 +0200 Message-ID: <20160408150530.GY8961@cbox> References: <1459787177-12767-1-git-send-email-suzuki.poulose@arm.com> <1459787177-12767-15-git-send-email-suzuki.poulose@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D400140BDA for ; Fri, 8 Apr 2016 11:03:52 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XXd9QHkD3loS for ; Fri, 8 Apr 2016 11:03:51 -0400 (EDT) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 0CA34407AD for ; Fri, 8 Apr 2016 11:03:50 -0400 (EDT) Received: by mail-wm0-f45.google.com with SMTP id u206so26168866wme.1 for ; Fri, 08 Apr 2016 08:05:18 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1459787177-12767-15-git-send-email-suzuki.poulose@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 To: Suzuki K Poulose Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, Apr 04, 2016 at 05:26:14PM +0100, Suzuki K Poulose wrote: > Now that we have switched to explicit page table routines, > get rid of the obsolete kvm_* wrappers. > > Also, kvm_tlb_flush_vmid_by_ipa is now called only on stage2 > page tables, hence get rid of the redundant check. > > Cc: Marc Zyngier > Cc: Christoffer Dall > Signed-off-by: Suzuki K Poulose Acked-by: Christoffer Dall