* [PATCH] Documentation/x86_64/00-INDEX
@ 2007-09-29 0:44 Rob Landley
2007-09-29 0:53 ` [PATCH] Documentation/x86_64/00-INDEX (right path this time) Rob Landley
2007-09-30 20:35 ` [PATCH] Documentation/x86_64/00-INDEX Andi Kleen
0 siblings, 2 replies; 4+ messages in thread
From: Rob Landley @ 2007-09-29 0:44 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-doc, LKML, andi, vojtech
From: Rob Landley <rob@landley.net>
Add Documentation/x86_64/00-INDEX
Signed-off-by: Rob Landley <rob@landley.net>
---
x86_64/00-INDEX | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--- /dev/null 2007-04-23 10:59:00.000000000 -0500
+++ Documentation/x86_64/00-INDEX 2007-09-28 19:40:56.000000000 -0500
@@ -0,0 +1,14 @@
+00-INDEX
+ - This file
+boot-options.txt
+ - AMD64-specific boot options.
+cpu-hotplug-spec
+ - Firmware support for CPU hotplug under Linux/x86-64
+fake-numa-for-cpusets
+ - Using numa=fake and CPUSets for Resource Management
+kernel-stacks
+ - Context-specific per-processor interrupt stacks.
+machinecheck
+ - Configurable sysfs parameters for the x86-64 machine check code.
+mm.txt
+ - Memory layout of x86-64 (4 level page tables, 46 bits physical).
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation/x86_64/00-INDEX (right path this time)
2007-09-29 0:44 [PATCH] Documentation/x86_64/00-INDEX Rob Landley
@ 2007-09-29 0:53 ` Rob Landley
2007-09-30 20:35 ` [PATCH] Documentation/x86_64/00-INDEX Andi Kleen
1 sibling, 0 replies; 4+ messages in thread
From: Rob Landley @ 2007-09-29 0:53 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-doc, LKML, andi, vojtech
From: Rob Landley <rob@landley.net>
Add Documentation/x86_64/00-INDEX
Signed-off-by: Rob Landley <rob@landley.net>
---
Trying again with the right path...
x86_64/00-INDEX | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--- /dev/null 2007-04-23 10:59:00.000000000 -0500
+++ b/Documentation/x86_64/00-INDEX 2007-09-28 19:40:56.000000000 -0500
@@ -0,0 +1,14 @@
+00-INDEX
+ - This file
+boot-options.txt
+ - AMD64-specific boot options.
+cpu-hotplug-spec
+ - Firmware support for CPU hotplug under Linux/x86-64
+fake-numa-for-cpusets
+ - Using numa=fake and CPUSets for Resource Management
+kernel-stacks
+ - Context-specific per-processor interrupt stacks.
+machinecheck
+ - Configurable sysfs parameters for the x86-64 machine check code.
+mm.txt
+ - Memory layout of x86-64 (4 level page tables, 46 bits physical).
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation/x86_64/00-INDEX
2007-09-29 0:44 [PATCH] Documentation/x86_64/00-INDEX Rob Landley
2007-09-29 0:53 ` [PATCH] Documentation/x86_64/00-INDEX (right path this time) Rob Landley
@ 2007-09-30 20:35 ` Andi Kleen
2007-10-01 1:28 ` Rob Landley
1 sibling, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2007-09-30 20:35 UTC (permalink / raw)
To: Rob Landley; +Cc: Andrew Morton, linux-doc, LKML, andi, vojtech
On Fri, Sep 28, 2007 at 07:44:02PM -0500, Rob Landley wrote:
> From: Rob Landley <rob@landley.net>
>
> Add Documentation/x86_64/00-INDEX
What's the point of this file?
> x86_64/00-INDEX | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> --- /dev/null 2007-04-23 10:59:00.000000000 -0500
> +++ Documentation/x86_64/00-INDEX 2007-09-28 19:40:56.000000000 -0500
> @@ -0,0 +1,14 @@
> +00-INDEX
> + - This file
> +boot-options.txt
> + - AMD64-specific boot options.
The architecture is not called AMD64 under Linux.
> +mm.txt
> + - Memory layout of x86-64 (4 level page tables, 46 bits physical).
I don't think such details as the 46 bit number should be in an index file.
-Andi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation/x86_64/00-INDEX
2007-09-30 20:35 ` [PATCH] Documentation/x86_64/00-INDEX Andi Kleen
@ 2007-10-01 1:28 ` Rob Landley
0 siblings, 0 replies; 4+ messages in thread
From: Rob Landley @ 2007-10-01 1:28 UTC (permalink / raw)
To: Andi Kleen; +Cc: Andrew Morton, linux-doc, LKML, vojtech
On Sunday 30 September 2007 3:35:03 pm Andi Kleen wrote:
> On Fri, Sep 28, 2007 at 07:44:02PM -0500, Rob Landley wrote:
> > From: Rob Landley <rob@landley.net>
> >
> > Add Documentation/x86_64/00-INDEX
>
> What's the point of this file?
It's for http://kernel.org/doc/Documentation/
I have a script that converts each 00-INDEX files into an index.html file, and
then uses that instead of just a directory listing. I'm trying to get
complete coverage (a 00-INDEX file for each directory), although what I
really need is no directories with _partial_ 00-INDEX files (because then
using index.html instead of showing the directory listing would hide files).
If you want this directory to be special and _not_ have a 00-INDEX file,
that's fine by me. It screws up my 404 link checker, but I can hardwire in
an exception for you...
> > +boot-options.txt
> > + - AMD64-specific boot options.
>
> The architecture is not called AMD64 under Linux.
That line was cut and paste from the first line of boot-options.txt. If you'd
like to suggest another description, I'm all ears and can update the patch to
touch boot-options.txt at the same time.
> > +mm.txt
> > + - Memory layout of x86-64 (4 level page tables, 46 bits physical).
>
> I don't think such details as the 46 bit number should be in an index file.
*shrug* Ok.
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-01 1:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-29 0:44 [PATCH] Documentation/x86_64/00-INDEX Rob Landley
2007-09-29 0:53 ` [PATCH] Documentation/x86_64/00-INDEX (right path this time) Rob Landley
2007-09-30 20:35 ` [PATCH] Documentation/x86_64/00-INDEX Andi Kleen
2007-10-01 1:28 ` Rob Landley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox