diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/ll_rw_blk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c index bc7ef4803..0114dd8ec 100644 --- a/drivers/block/ll_rw_blk.c +++ b/drivers/block/ll_rw_blk.c @@ -830,10 +830,10 @@ int __init blk_dev_init(void) #ifdef CONFIG_BLK_DEV_FD floppy_init(); #else -#if !defined(CONFIG_SGI_IP22) && !defined (__mc68000__) && \ - !defined(CONFIG_PPC) && !defined(__sparc__) && !defined(CONFIG_APUS) \ - && !defined(CONFIG_DECSTATION) && !defined(CONFIG_BAGET_MIPS) \ - && !defined(__sh__) +#if !defined(CONFIG_SGI_IP22) && !defined(CONFIG_SGI_IP27) && \ + !defined (__mc68000__) && !defined(CONFIG_PPC) && !defined(__sparc__) && \ + !defined(CONFIG_APUS) && !defined(CONFIG_DECSTATION) && \ + !defined(CONFIG_BAGET_MIPS) && !defined(__sh__) outb_p(0xc, 0x3f2); #endif #endif |