* [PATCH 2/5] docbook/kernel-hacking: fixup x86 path/file names
@ 2007-10-13 4:17 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2007-10-13 4:17 UTC (permalink / raw)
To: lkml; +Cc: torvalds, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix docbook templates for modified x86 path/filenames.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/DocBook/kernel-hacking.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.23-git2.orig/Documentation/DocBook/kernel-hacking.tmpl
+++ linux-2.6.23-git2/Documentation/DocBook/kernel-hacking.tmpl
@@ -1239,7 +1239,7 @@ static struct block_device_operations op
</para>
<para>
- <filename>include/asm-i386/delay.h:</filename>
+ <filename>include/asm-x86/delay_32.h:</filename>
</para>
<programlisting>
#define ndelay(n) (__builtin_constant_p(n) ? \
@@ -1265,7 +1265,7 @@ static struct block_device_operations op
</programlisting>
<para>
- <filename>include/asm-i386/uaccess.h:</filename>
+ <filename>include/asm-x86/uaccess_32.h:</filename>
</para>
<programlisting>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-13 4:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-13 4:17 [PATCH 2/5] docbook/kernel-hacking: fixup x86 path/file names Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome