summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-20 21:58:59 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-20 21:58:59 +0000
commit892bf98f0c04e9297979936d973c85e62a3f0b96 (patch)
tree3f9570013732b9472502e71b25d5a76591eaed9a /drivers/block
parentd4339ea6c6ab0bdf909d587bd9c5a754e362833d (diff)
More MIPS64 chainsawing.
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/ll_rw_blk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c
index 02df81f77..baab892ef 100644
--- a/drivers/block/ll_rw_blk.c
+++ b/drivers/block/ll_rw_blk.c
@@ -787,8 +787,8 @@ __initfunc(int blk_dev_init(void))
#ifdef CONFIG_BLK_DEV_FD
floppy_init();
#else
-#if !defined(CONFIG_SGI) && !defined (__mc68000__) && !defined(CONFIG_PMAC) \
- && !defined(__sparc__) && !defined(CONFIG_APUS) \
+#if !defined(CONFIG_SGI_IP22) && !defined (__mc68000__) && \
+ !defined(CONFIG_PMAC) && !defined(__sparc__) && !defined(CONFIG_APUS) \
&& !defined(CONFIG_DECSTATION) && !defined(CONFIG_BAGET_MIPS)
outb_p(0xc, 0x3f2);
#endif