* [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt
@ 2009-02-19 1:59 Kyle McMartin
2009-02-19 5:19 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Kyle McMartin @ 2009-02-19 1:59 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel
From: Kyle McMartin <kyle@redhat.com>
The amazing dancing boot.txt file has jumped places again. :)
Signed-off-by: Kyle McMartin <kyle@redhat.com>
---
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index b182626..37b6a73 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -114,7 +114,7 @@ In addition, the following text indicates that the option:
Parameters denoted with BOOT are actually interpreted by the boot
loader, and have no meaning to the kernel directly.
Do not modify the syntax of boot loader parameters without extreme
-need or coordination with <Documentation/x86/i386/boot.txt>.
+need or coordination with <Documentation/x86/boot.txt>.
There are also arch-specific kernel-parameters not documented here.
See for example <Documentation/x86/x86_64/boot-options.txt>.
@@ -2449,7 +2449,7 @@ and is between 256 and 4096 characters. It is defined in the file
See Documentation/fb/modedb.txt.
vga= [BOOT,X86-32] Select a particular video mode
- See Documentation/x86/i386/boot.txt and
+ See Documentation/x86/boot.txt and
Documentation/svga.txt.
Use vga=ask for menu.
This is actually a boot loader parameter; the value is
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt
2009-02-19 1:59 [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt Kyle McMartin
@ 2009-02-19 5:19 ` Randy Dunlap
2009-02-19 21:29 ` H. Peter Anvin
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2009-02-19 5:19 UTC (permalink / raw)
To: Kyle McMartin; +Cc: linux-kernel, x86
Kyle McMartin wrote:
> From: Kyle McMartin <kyle@redhat.com>
>
> The amazing dancing boot.txt file has jumped places again. :)
>
> Signed-off-by: Kyle McMartin <kyle@redhat.com>
Thanks. I'll merge it if the x86 people don't.
> ---
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index b182626..37b6a73 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -114,7 +114,7 @@ In addition, the following text indicates that the option:
> Parameters denoted with BOOT are actually interpreted by the boot
> loader, and have no meaning to the kernel directly.
> Do not modify the syntax of boot loader parameters without extreme
> -need or coordination with <Documentation/x86/i386/boot.txt>.
> +need or coordination with <Documentation/x86/boot.txt>.
>
> There are also arch-specific kernel-parameters not documented here.
> See for example <Documentation/x86/x86_64/boot-options.txt>.
> @@ -2449,7 +2449,7 @@ and is between 256 and 4096 characters. It is defined in the file
> See Documentation/fb/modedb.txt.
>
> vga= [BOOT,X86-32] Select a particular video mode
> - See Documentation/x86/i386/boot.txt and
> + See Documentation/x86/boot.txt and
> Documentation/svga.txt.
> Use vga=ask for menu.
> This is actually a boot loader parameter; the value is
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt
2009-02-19 5:19 ` Randy Dunlap
@ 2009-02-19 21:29 ` H. Peter Anvin
2009-02-19 21:48 ` Kyle McMartin
0 siblings, 1 reply; 4+ messages in thread
From: H. Peter Anvin @ 2009-02-19 21:29 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Kyle McMartin, linux-kernel, x86
Randy Dunlap wrote:
> Kyle McMartin wrote:
>> From: Kyle McMartin <kyle@redhat.com>
>>
>> The amazing dancing boot.txt file has jumped places again. :)
>>
>> Signed-off-by: Kyle McMartin <kyle@redhat.com>
>
> Thanks. I'll merge it if the x86 people don't.
I'll be happy to merge it if I get an unmolested patch.
boot.txt is one of several files which got moved into x86/i386 in
error... they never were i386 specific (as opposed to x86 specific).
-hpa
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt
2009-02-19 21:29 ` H. Peter Anvin
@ 2009-02-19 21:48 ` Kyle McMartin
0 siblings, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2009-02-19 21:48 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel, H. Peter Anvin
From: Kyle McMartin <kyle@redhat.com>
The amazing dancing boot.txt file has jumped places again. :)
Signed-off-by: Kyle McMartin <kyle@redhat.com>
---
Resending to x86@kernel.org, cheers.
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index b182626..37b6a73 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -114,7 +114,7 @@ In addition, the following text indicates that the option:
Parameters denoted with BOOT are actually interpreted by the boot
loader, and have no meaning to the kernel directly.
Do not modify the syntax of boot loader parameters without extreme
-need or coordination with <Documentation/x86/i386/boot.txt>.
+need or coordination with <Documentation/x86/boot.txt>.
There are also arch-specific kernel-parameters not documented here.
See for example <Documentation/x86/x86_64/boot-options.txt>.
@@ -2449,7 +2449,7 @@ and is between 256 and 4096 characters. It is defined in the file
See Documentation/fb/modedb.txt.
vga= [BOOT,X86-32] Select a particular video mode
- See Documentation/x86/i386/boot.txt and
+ See Documentation/x86/boot.txt and
Documentation/svga.txt.
Use vga=ask for menu.
This is actually a boot loader parameter; the value is
--
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/
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-19 21:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 1:59 [PATCH] [trivial] fix references to Documentation/x86/i386/boot.txt Kyle McMartin
2009-02-19 5:19 ` Randy Dunlap
2009-02-19 21:29 ` H. Peter Anvin
2009-02-19 21:48 ` Kyle McMartin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox