Skip to content

Commit

Permalink
[POWERPC] CPM_UART: Use inline function form of eieio
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
kumargala committed Jul 10, 2007
1 parent 74a0ba6 commit 90faf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 90faf4f

Please sign in to comment.