Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 646
b: refs/heads/master
c: 1bdacf8
h: refs/heads/master
v: v3
  • Loading branch information
Dan Malek authored and Linus Torvalds committed May 1, 2005
1 parent f649916 commit f4fc8c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5812a77e5803468a5033be91af978be0f7a17d9
refs/heads/master: 1bdacf88ebd7969fecbbf4c5b388cc094871222e
5 changes: 5 additions & 0 deletions trunk/arch/ppc/syslib/cpm2_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ static void cpm2_end_irq(unsigned int irq_nr)
simr = &(cpm2_immr->im_intctl.ic_simrh);
ppc_cached_irq_mask[word] |= 1 << bit;
simr[word] = ppc_cached_irq_mask[word];
/*
* Work around large numbers of spurious IRQs on PowerPC 82xx
* systems.
*/
mb();
}
}

Expand Down

0 comments on commit f4fc8c3

Please sign in to comment.