diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-20 09:32:21 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-28 16:36:42 +0100 |
commit | 71cced6eb044f5b096d35755963f3a2035603b73 (patch) | |
tree | b3e56beafa6805ae0a8549a76be9090eb2291080 /Documentation/lguest | |
parent | 60817c9b31ef7897d60bca2f384cbc316a3fdd8b (diff) |
doc/x86: fix doc subdirs
The Documentation/i386 and Documentation/x86_64 directories and their
contents have been moved into Documentation/x86. Fix references to
those files accordingly.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/lguest')
-rw-r--r-- | Documentation/lguest/lguest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c index 7228369d1014..da86fd53856a 100644 --- a/Documentation/lguest/lguest.c +++ b/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/i386/boot.txt) */ + * a Linux boot header (see Documentation/x86/i386/boot.txt) */ lseek(fd, 0, SEEK_SET); read(fd, &boot, sizeof(boot)); |