Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127016
b: refs/heads/master
c: c6db04a
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 6bf1b79 commit 85c51fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 397861cd8046549957a04d34a0b97b267cbb9589
refs/heads/master: c6db04a78ac21e13aa1be17da73732355d07b2ba
4 changes: 0 additions & 4 deletions trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ static void bfin_internal_mask_irq(unsigned int irq)
bfin_write_SIC_IMASK(mask_bank, bfin_read_SIC_IMASK(mask_bank) &
~(1 << mask_bit));
#endif
SSYNC();
}

static void bfin_internal_unmask_irq(unsigned int irq)
Expand All @@ -182,7 +181,6 @@ static void bfin_internal_unmask_irq(unsigned int irq)
bfin_write_SIC_IMASK(mask_bank, bfin_read_SIC_IMASK(mask_bank) |
(1 << mask_bit));
#endif
SSYNC();
}

#ifdef CONFIG_PM
Expand Down Expand Up @@ -960,8 +958,6 @@ static void bfin_demux_gpio_irq(unsigned int inta_irq,

void __init init_exception_vectors(void)
{
SSYNC();

/* cannot program in software:
* evt0 - emulation (jtag)
* evt1 - reset
Expand Down

0 comments on commit 85c51fe

Please sign in to comment.