Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162649
b: refs/heads/master
c: 91b1b94
h: refs/heads/master
i:
  162647: 314dbc7
v: v3
  • Loading branch information
Greg Ungerer committed Sep 15, 2009
1 parent 3a1b46e commit 5617c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: f1a59d244abd8d7b94b90f45ee5e0988e5a154cb
refs/heads/master: 91b1b94f88219ea1b747264f4f6995a1202566cb
14 changes: 0 additions & 14 deletions trunk/arch/m68knommu/platform/532x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,6 @@ static void __init m532x_fec_init(void)

void mcf_settimericr(unsigned int timer, unsigned int level)
{
volatile unsigned char *icrp;
unsigned int icr;
unsigned char irq;

if (timer <= 2) {
switch (timer) {
case 2: irq = 33; icr = MCFSIM_ICR_TIMER2; break;
default: irq = 32; icr = MCFSIM_ICR_TIMER1; break;
}

icrp = (volatile unsigned char *) (icr);
*icrp = level;
mcf_enable_irq0(irq);
}
}

/***************************************************************************/
Expand Down

0 comments on commit 5617c95

Please sign in to comment.