From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752375AbbHGLNi (ORCPT ); Fri, 7 Aug 2015 07:13:38 -0400 Received: from 8bytes.org ([81.169.241.247]:58199 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791AbbHGLNh (ORCPT ); Fri, 7 Aug 2015 07:13:37 -0400 Date: Fri, 7 Aug 2015 13:13:35 +0200 From: Joerg Roedel To: Alex Williamson Cc: iommu@lists.linux-foundation.org, David Woodhouse , linux-kernel@vger.kernel.org, jroedel@suse.de Subject: Re: [PATCH 05/26] iommu/vt-d: Calculate translation in domain_context_mapping_one Message-ID: <20150807111335.GZ14980@8bytes.org> References: <1438787937-7340-1-git-send-email-joro@8bytes.org> <1438787937-7340-6-git-send-email-joro@8bytes.org> <1438888801.4023.120.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438888801.4023.120.camel@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 06, 2015 at 01:20:01PM -0600, Alex Williamson wrote: > On Wed, 2015-08-05 at 17:18 +0200, Joerg Roedel wrote: > > + > > + translation = CONTEXT_TT_MULTI_LEVEL; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > I'm sure this is already part of your cleanup. True, thanks. I removed that line. Joerg