From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yijing Wang Subject: Re: [PATCH 0/6] trivial cleanup for iommu/vt-d Date: Wed, 18 Jun 2014 08:56:59 +0800 Message-ID: <53A0E3DB.4010401@huawei.com> References: <1400589472-8544-1-git-send-email-wangyijing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1400589472-8544-1-git-send-email-wangyijing-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Yijing Wang , Joerg Roedel , David Woodhouse Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org ping... On 2014/5/20 20:37, Yijing Wang wrote: > Some cleanup patches for iommu/vt-d. > > Yijing Wang (6): > iommu/vt-d: Use list_for_each_safe() to simplify code > iommu/vt-d: move up no_iommu and dmar_disabled check > iommu/vt-d: clear the redundant assignment in dmar_enable_qi > iommu/vt-d: clear the redundant assignment for domain->nid > iommu/vt-d: use inline function dma_pte_superpage instead of macros > iommu/vt-d: fix reference count in iommu_prepare_isa > > drivers/iommu/dmar.c | 3 --- > drivers/iommu/intel-iommu.c | 18 ++++++++---------- > 2 files changed, 8 insertions(+), 13 deletions(-) > > > > . > -- Thanks! Yijing