From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032391AbeEZTXV (ORCPT ); Sat, 26 May 2018 15:23:21 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:60216 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032357AbeEZTXT (ORCPT ); Sat, 26 May 2018 15:23:19 -0400 Date: Sat, 26 May 2018 21:23:08 +0200 (CEST) From: Thomas Gleixner To: Christoph Hellwig cc: Ingo Molnar , Tony Luck , Fenghua Yu , Greg Kroah-Hartman , x86@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 4/7] x86: remove a stray reference to pci-nommu.c In-Reply-To: <20180525143512.1466-5-hch@lst.de> Message-ID: References: <20180525143512.1466-1-hch@lst.de> <20180525143512.1466-5-hch@lst.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 May 2018, Christoph Hellwig wrote: Subject should be: Documentation/x86: Remove ..... please > This is just the minimal workaround. The file file is mostly either stale file file? > and/or duplicative of Documentation/admin-guide/kernel-parameters.txt, > but that is much more work than I'm willing to do right now. Yeah, this thing is on the todo list ... > Signed-off-by: Christoph Hellwig Other than the above nits: Reviewed-by: Thomas Gleixner > --- > Documentation/x86/x86_64/boot-options.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/x86/x86_64/boot-options.txt b/Documentation/x86/x86_64/boot-options.txt > index b297c48389b9..153b3a57fba2 100644 > --- a/Documentation/x86/x86_64/boot-options.txt > +++ b/Documentation/x86/x86_64/boot-options.txt > @@ -187,9 +187,9 @@ PCI > > IOMMU (input/output memory management unit) > > - Currently four x86-64 PCI-DMA mapping implementations exist: > + Multiple x86-64 PCI-DMA mapping implementations exist, for example: > > - 1. : use no hardware/software IOMMU at all > + 1. : use no hardware/software IOMMU at all > (e.g. because you have < 3 GB memory). > Kernel boot message: "PCI-DMA: Disabling IOMMU" > > -- > 2.17.0 > >