All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc/x86: update file locations and 00-INDEX
@ 2008-10-20 23:25 Randy Dunlap
  2008-10-21 12:19 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-10-20 23:25 UTC (permalink / raw)
  To: lkml, x86; +Cc: Uwe Hermann

From: Randy Dunlap <randy.dunlap@oracle.com>

A few Doc/x86/ files were moved, so account for that.
Update Doc/x86/00-INDEX file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Uwe Hermann <uwe@hermann-uwe.de>
---
 Documentation/kernel-parameters.txt |    4 ++--
 Documentation/lguest/lguest.c       |    2 +-
 Documentation/x86/00-INDEX          |    8 ++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

--- linux.trees.git.orig/Documentation/kernel-parameters.txt
+++ linux.trees.git/Documentation/kernel-parameters.txt
@@ -111,7 +111,7 @@ In addition, the following text indicate
 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>.
@@ -2306,7 +2306,7 @@ and is between 256 and 4096 characters. 
 			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
--- linux.trees.git.orig/Documentation/lguest/lguest.c
+++ linux.trees.git/Documentation/lguest/lguest.c
@@ -402,7 +402,7 @@ static unsigned long load_bzimage(int fd
 	void *p = from_guest_phys(0x100000);
 
 	/* Go back to the start of the file and read the header.  It should be
-	 * a Linux boot header (see Documentation/x86/i386/boot.txt) */
+	 * a Linux boot header (see Documentation/x86/boot.txt) */
 	lseek(fd, 0, SEEK_SET);
 	read(fd, &boot, sizeof(boot));
 
--- linux.trees.git.orig/Documentation/x86/00-INDEX
+++ linux.trees.git/Documentation/x86/00-INDEX
@@ -1,4 +1,12 @@
 00-INDEX
 	- this file
+boot.txt
+	- the Linux/x86 boot protocol
 mtrr.txt
 	- how to use x86 Memory Type Range Registers to increase performance
+pat.txt
+	- Linux/x86 Page Attribute Table APIs and debugging
+usb-legacy-support.txt
+	- Handling USB legacy support issues
+zero-page.txt
+	- struct boot_params info (in page 0)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/x86: update file locations and 00-INDEX
  2008-10-20 23:25 [PATCH] doc/x86: update file locations and 00-INDEX Randy Dunlap
@ 2008-10-21 12:19 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-21 12:19 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, x86, Uwe Hermann


* Randy Dunlap <randy.dunlap@oracle.com> wrote:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> A few Doc/x86/ files were moved, so account for that.
> Update Doc/x86/00-INDEX file.

we already had this patch in tip/x86/doc, and i resolved this conflict 
yesterday. (it was easy) Generally we'll handle all conflicts once we've 
picked up patches, no need to resend.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-21 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 23:25 [PATCH] doc/x86: update file locations and 00-INDEX Randy Dunlap
2008-10-21 12:19 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.