Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60672
b: refs/heads/master
c: 90faf4f
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jul 10, 2007
1 parent e9fa1c9 commit bf41fe6
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: 74a0ba61b1ca96d6bb98889a7d95cd057165da49
refs/heads/master: 90faf4fa7964a08d36160f7bc3c252866ad1275a
2 changes: 1 addition & 1 deletion trunk/drivers/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static int cpm_uart_tx_pump(struct uart_port *port)
}
bdp->cbd_datlen = count;
bdp->cbd_sc |= BD_SC_READY;
__asm__("eieio");
eieio();
/* Get next BD. */
if (bdp->cbd_sc & BD_SC_WRAP)
bdp = pinfo->tx_bd_base;
Expand Down

0 comments on commit bf41fe6

Please sign in to comment.