Fix stale references to source files in kernel-parameters.txt.
Signed-off-by: Pavel Machek <[email protected]>
---
commit 9d0651da52b63d692a2dc461d9225464a89e090d
tree d4b5f4a63b96692d55b5d723435e5283b3ac12d9
parent 1ae7f5d9d8c869ca647936cc8b07316aa1438314
author Pavel <[email protected]> Fri, 13 Jun 2008 13:06:32 +0200
committer Pavel <[email protected]> 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: <io>,<irq>,<nodeID>
@@ -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"}
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
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 <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Thanks.
> ---
> commit 9d0651da52b63d692a2dc461d9225464a89e090d
> tree d4b5f4a63b96692d55b5d723435e5283b3ac12d9
> parent 1ae7f5d9d8c869ca647936cc8b07316aa1438314
> author Pavel <[email protected]> Fri, 13 Jun 2008 13:06:32 +0200
> committer Pavel <[email protected]> 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: <io>,<irq>,<nodeID>
> @@ -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