Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27133
b: refs/heads/master
c: b6d7c7a
h: refs/heads/master
i:
  27131: 1a5f666
v: v3
  • Loading branch information
Ralf Baechle committed Jun 5, 2006
1 parent 5b85ec6 commit 59ef45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7cb710c9a617384cd0ed30638f3acc00125690fc
refs/heads/master: b6d7c7a91138c883f890c204cd5300172145b0b3
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip32/ip32-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
/* issue a PIO read to make sure no PIO writes are pending */
static void inline flush_crime_bus(void)
{
volatile unsigned long junk = crime->control;
crime->control;
}

static void inline flush_mace_bus(void)
{
volatile unsigned long junk = mace->perif.ctrl.misc;
mace->perif.ctrl.misc;
}

#undef DEBUG_IRQ
Expand Down

0 comments on commit 59ef45b

Please sign in to comment.