Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135613
b: refs/heads/master
c: 87fa5af
h: refs/heads/master
i:
  135611: 1626b65
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 6fb7349 commit 21dfda5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 98c1c6825247c71e3d8a9a5439ba21fce7563014
refs/heads/master: 87fa5af80cdd5053b27a546725948c2b74ec82b2
2 changes: 2 additions & 0 deletions trunk/drivers/s390/cio/airq.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ void do_adapter_IO(u8 isc)
while (word) {
if (word & INDICATOR_MASK) {
airq = airqs[isc][i];
/* Make sure gcc reads from airqs only once. */
barrier();
if (likely(airq))
airq->handler(&indicators[isc].byte[i],
airq->drv_data);
Expand Down

0 comments on commit 21dfda5

Please sign in to comment.