diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-06-13 13:53:53 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-13 15:43:05 +0400 |
commit | 25eb650a690b95cb0e2cf0c3b03f4900a59e0135 (patch) | |
tree | f36036bd8ae2bb9fe4865791ffc2ba4bad31f71b /Documentation/magic-number.txt | |
parent | c443453c6dc88576db540acc6ef40e1d2869e394 (diff) | |
download | linux-25eb650a690b95cb0e2cf0c3b03f4900a59e0135.tar.xz |
doc: fix wrong arch/i386 references
Change all "arch/i386" to "arch/x86" in Documentaion/,
since the directory has changed.
Also update the files which have changed their filename
in the meantime accordingly.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
[jkosina@suse.cz: reword changelog]
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/magic-number.txt')
-rw-r--r-- | Documentation/magic-number.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/magic-number.txt b/Documentation/magic-number.txt index 4b12abcb2ad3..abf481f780ec 100644 --- a/Documentation/magic-number.txt +++ b/Documentation/magic-number.txt @@ -66,7 +66,7 @@ MKISS_DRIVER_MAGIC 0x04bf mkiss_channel drivers/net/mkiss.h RISCOM8_MAGIC 0x0907 riscom_port drivers/char/riscom8.h SPECIALIX_MAGIC 0x0907 specialix_port drivers/char/specialix_io8.h HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c -APM_BIOS_MAGIC 0x4101 apm_user arch/i386/kernel/apm.c +APM_BIOS_MAGIC 0x4101 apm_user arch/x86/kernel/apm_32.c CYCLADES_MAGIC 0x4359 cyclades_port include/linux/cyclades.h DB_MAGIC 0x4442 fc_info drivers/net/iph5526_novram.c DL_MAGIC 0x444d fc_info drivers/net/iph5526_novram.c |