From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7EE2A2C020F for ; Thu, 12 Jul 2012 21:23:29 +1000 (EST) Message-ID: <1342092201.15597.0.camel@pasglop> Subject: Re: [PATCH] powerpc: remove rejected merge file from arch/powerpc/kernel in linux-next From: Benjamin Herrenschmidt To: Gerard Snitselaar Date: Thu, 12 Jul 2012 21:23:21 +1000 In-Reply-To: <1342076734-30996-1-git-send-email-dev@snitselaar.org> References: <1342076734-30996-1-git-send-email-dev@snitselaar.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linux-next@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, stuart.yoder@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2012-07-12 at 00:05 -0700, Gerard Snitselaar wrote: > Commit 9778b696 (powerpc: Use CURRENT_THREAD_INFO instead of open > coded assembly) got a rejected merge file iommu.c.rej committed with > it. Oops, that's me having too much coffee & using git citool ... I'll get rid of it, thanks. Cheers, Ben. > Signed-off-by: Gerard Snitselaar > --- > arch/powerpc/kernel/iommu.c.rej | 22 ---------------------- > 1 file changed, 22 deletions(-) > delete mode 100644 arch/powerpc/kernel/iommu.c.rej > > diff --git a/arch/powerpc/kernel/iommu.c.rej b/arch/powerpc/kernel/iommu.c.rej > deleted file mode 100644 > index 9d10d34..0000000 > --- a/arch/powerpc/kernel/iommu.c.rej > +++ /dev/null > @@ -1,22 +0,0 @@ > ---- arch/powerpc/kernel/iommu.c 2012-06-08 09:01:02.785709100 +1000 > -+++ arch/powerpc/kernel/iommu.c 2012-06-08 09:01:07.489784856 +1000 > -@@ -33,7 +33,9 @@ > - #include > - #include > - #include > -+#include > - #include > -+#include > - #include > - #include > - #include > -@@ -171,6 +261,9 @@ > - return DMA_ERROR_CODE; > - } > - > -+ if (should_fail_iommu(dev)) > -+ return DMA_ERROR_CODE; > -+ > - if (handle && *handle) > - start = *handle; > - else