summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/bios32.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-10-13 21:58:59 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-14 10:23:27 -0700
commit29c8a24672e1cdfee99c15b870c57eb30ae69daf (patch)
tree26f67aaca31d878339a99d89e0036d912bdef449 /arch/m68k/kernel/bios32.c
parent7477fb6fbc339469ea945e007f3f7b3bb13b25f7 (diff)
downloadop-kernel-dev-29c8a24672e1cdfee99c15b870c57eb30ae69daf.zip
op-kernel-dev-29c8a24672e1cdfee99c15b870c57eb30ae69daf.tar.gz
m68k: Remove the broken Hades support
This patch removes the Hades support that was marked as BROKEN 5 years ago. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/kernel/bios32.c')
-rw-r--r--arch/m68k/kernel/bios32.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/m68k/kernel/bios32.c b/arch/m68k/kernel/bios32.c
index af170c2b..1c3b752 100644
--- a/arch/m68k/kernel/bios32.c
+++ b/arch/m68k/kernel/bios32.c
@@ -476,10 +476,12 @@ void __init pcibios_init(void)
printk("Linux/m68k PCI BIOS32 revision %x.%02x\n", MAJOR_REV, MINOR_REV);
bus_info = NULL;
-#ifdef CONFIG_HADES
+
+/* Hades code was:
if (MACH_IS_HADES)
bus_info = init_hades_pci();
-#endif
+*/
+
if (bus_info != NULL)
{
printk("PCI: Probing PCI hardware\n");
OpenPOWER on IntegriCloud