x86: move x86-specific documentation into Documentation/x86
authorH. Peter Anvin <hpa@zytor.com>
Sat, 31 May 2008 00:19:03 +0000 (17:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 31 May 2008 00:19:03 +0000 (17:19 -0700)
commit23deb06821442506615f34bd92ccd6a2422629d7
tree5e95dba1471007a161e19844fab2d60d422f5423
parent4039feb5bae72a5fed9ba6bc1a9cfd8dfe0a8613
x86: move x86-specific documentation into Documentation/x86

The current organization of the x86 documentation makes it appear as
if the "i386" documentation doesn't apply to x86-64, which is does.
Thus, move that documentation into Documentation/x86, and move the
x86-64-specific stuff into Documentation/x86/x86_64 with the eventual
goal to move stuff that isn't actually 64-bit specific back into
Documentation/x86.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
24 files changed:
Documentation/i386/IO-APIC.txt [deleted file]
Documentation/i386/boot.txt [deleted file]
Documentation/i386/usb-legacy-support.txt [deleted file]
Documentation/i386/zero-page.txt [deleted file]
Documentation/x86/i386/IO-APIC.txt [new file with mode: 0644]
Documentation/x86/i386/boot.txt [new file with mode: 0644]
Documentation/x86/i386/usb-legacy-support.txt [new file with mode: 0644]
Documentation/x86/i386/zero-page.txt [new file with mode: 0644]
Documentation/x86/x86_64/00-INDEX [new file with mode: 0644]
Documentation/x86/x86_64/boot-options.txt [new file with mode: 0644]
Documentation/x86/x86_64/cpu-hotplug-spec [new file with mode: 0644]
Documentation/x86/x86_64/fake-numa-for-cpusets [new file with mode: 0644]
Documentation/x86/x86_64/kernel-stacks [new file with mode: 0644]
Documentation/x86/x86_64/machinecheck [new file with mode: 0644]
Documentation/x86/x86_64/mm.txt [new file with mode: 0644]
Documentation/x86/x86_64/uefi.txt [new file with mode: 0644]
Documentation/x86_64/00-INDEX [deleted file]
Documentation/x86_64/boot-options.txt [deleted file]
Documentation/x86_64/cpu-hotplug-spec [deleted file]
Documentation/x86_64/fake-numa-for-cpusets [deleted file]
Documentation/x86_64/kernel-stacks [deleted file]
Documentation/x86_64/machinecheck [deleted file]
Documentation/x86_64/mm.txt [deleted file]
Documentation/x86_64/uefi.txt [deleted file]