diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-14 15:11:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:38 +0100 |
commit | c660729501894e0b88054ad4b66a5f98a1a2a37e (patch) | |
tree | 64354f6e70a6b9bf104c5a72b2b7d3944783b86c /arch/mips/jazz | |
parent | 9528356308ecd2fb6368472615996a8602c02964 (diff) | |
download | linux-c660729501894e0b88054ad4b66a5f98a1a2a37e.tar.gz linux-c660729501894e0b88054ad4b66a5f98a1a2a37e.tar.bz2 linux-c660729501894e0b88054ad4b66a5f98a1a2a37e.zip |
[MIPS] Remove mips_machtype from ARC based machines
This is the ARC part of the mips_machtype removal.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r-- | arch/mips/jazz/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index f136c8a8591c..f60524e8bc44 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -76,8 +76,7 @@ void __init plat_mem_setup(void) set_io_port_base(JAZZ_PORT_BASE); #ifdef CONFIG_EISA - if (mips_machtype == MACH_MIPS_MAGNUM_4000) - EISA_bus = 1; + EISA_bus = 1; #endif /* request I/O space for devices used on all i[345]86 PCs */ |