]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-common/ints-priority.c
Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxing
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-common / ints-priority.c
index 62f8883a5c273e21ceefa5f867fb5876330d8b57..6dac86995d1058841b1355b3d92a2caf75b2959f 100644 (file)
@@ -983,7 +983,7 @@ int __init init_arch_irq(void)
 
        local_irq_disable();
 
-#if defined(CONFIG_BF527) || defined(CONFIG_BF536) || defined(CONFIG_BF537)
+#if (defined(CONFIG_BF537) || defined(CONFIG_BF536))
        /* Clear EMAC Interrupt Status bits so we can demux it later */
        bfin_write_EMAC_SYSTAT(-1);
 #endif