Skip to content

Commit

Permalink
Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x …
Browse files Browse the repository at this point in the history
…for demuxing

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Aug 25, 2008
1 parent ceac265 commit d70536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d70536e

Please sign in to comment.