diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-07 01:14:19 (GMT) |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-12-07 01:14:19 (GMT) |
commit | d7fb02712818643bab79a6b3cb8270a747d0227b (patch) | |
tree | 7922e7f425d9206ae1dd3cc7b1b90a6663a20597 /include/asm-i386 | |
parent | f475ff352c5e05d473c462b97c3a13a5b803af5a (diff) | |
download | linux-d7fb02712818643bab79a6b3cb8270a747d0227b.tar.xz |
[PATCH] x86-64: remove remaining pc98 code
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/mpspec_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-i386/mpspec_def.h b/include/asm-i386/mpspec_def.h index 76feedf..13bafb1 100644 --- a/include/asm-i386/mpspec_def.h +++ b/include/asm-i386/mpspec_def.h @@ -97,7 +97,6 @@ struct mpc_config_bus #define BUSTYPE_TC "TC" #define BUSTYPE_VME "VME" #define BUSTYPE_XPRESS "XPRESS" -#define BUSTYPE_NEC98 "NEC98" struct mpc_config_ioapic { @@ -182,7 +181,6 @@ enum mp_bustype { MP_BUS_EISA, MP_BUS_PCI, MP_BUS_MCA, - MP_BUS_NEC98 }; #endif |