Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758716AbYFMP10 (ORCPT ); Fri, 13 Jun 2008 11:27:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755694AbYFMP1R (ORCPT ); Fri, 13 Jun 2008 11:27:17 -0400 Received: from xenotime.net ([66.160.160.81]:33041 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754872AbYFMP1Q (ORCPT ); Fri, 13 Jun 2008 11:27:16 -0400 Date: Fri, 13 Jun 2008 08:27:21 -0700 From: Randy Dunlap To: Pavel Machek Cc: kernel list , Andrew Morton Subject: Re: fix stale references in Doc*/kernel-parameters.txt Message-Id: <20080613082721.3213db9f.rdunlap@xenotime.net> In-Reply-To: <20080613110726.GA5267@elf.ucw.cz> References: <20080613110726.GA5267@elf.ucw.cz> Organization: YPO4 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1794 Lines: 54 On Fri, 13 Jun 2008 13:07:26 +0200 Pavel Machek wrote: > > Fix stale references to source files in kernel-parameters.txt. > > Signed-off-by: Pavel Machek Acked-by: Randy Dunlap Thanks. > --- > commit 9d0651da52b63d692a2dc461d9225464a89e090d > tree d4b5f4a63b96692d55b5d723435e5283b3ac12d9 > parent 1ae7f5d9d8c869ca647936cc8b07316aa1438314 > author Pavel Fri, 13 Jun 2008 13:06:32 +0200 > committer Pavel Fri, 13 Jun 2008 13:06:32 +0200 > > Documentation/kernel-parameters.txt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt > index e07c432..85c6f57 100644 > --- a/Documentation/kernel-parameters.txt > +++ b/Documentation/kernel-parameters.txt > @@ -295,7 +295,7 @@ and is between 256 and 4096 characters. > when initialising the APIC and IO-APIC components. > > apm= [APM] Advanced Power Management > - See header of arch/i386/kernel/apm.c. > + See header of arch/x86/kernel/apm_32.c. > > arcrimi= [HW,NET] ARCnet - "RIM I" (entirely mem-mapped) cards > Format: ,, > @@ -638,7 +638,7 @@ and is between 256 and 4096 characters. > > elanfreq= [X86-32] > See comment before function elanfreq_setup() in > - arch/i386/kernel/cpu/cpufreq/elanfreq.c. > + arch/x86/kernel/cpu/cpufreq/elanfreq.c. > > elevator= [IOSCHED] > Format: {"anticipatory" | "cfq" | "deadline" | "noop"} > > -- --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/