Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77833
b: refs/heads/master
c: eb9c7f4
h: refs/heads/master
i:
  77831: c9f24ae
v: v3
  • Loading branch information
Joe Perches authored and Paul Mundt committed Jan 28, 2008
1 parent 86e4390 commit 106ef26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6fc5153aab2a6eb23e636d962e1aceaabd0dfb12
refs/heads/master: eb9c7f4198636fb74ea1ec60c0fff2d1a840b4ed
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/dreamcast/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq)
emr = EMR_BASE + (level << 4) + (level << 2);
esr = ESR_BASE + (level << 2);

/* Mask the ESR to filter any spurious, unwanted interrtupts */
/* Mask the ESR to filter any spurious, unwanted interrupts */
status = inl(esr);
status &= inl(emr);

Expand Down

0 comments on commit 106ef26

Please sign in to comment.