提交 90faf4fa 编写于 作者: K Kumar Gala

[POWERPC] CPM_UART: Use inline function form of eieio

Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 74a0ba61
...@@ -678,7 +678,7 @@ static int cpm_uart_tx_pump(struct uart_port *port) ...@@ -678,7 +678,7 @@ static int cpm_uart_tx_pump(struct uart_port *port)
} }
bdp->cbd_datlen = count; bdp->cbd_datlen = count;
bdp->cbd_sc |= BD_SC_READY; bdp->cbd_sc |= BD_SC_READY;
__asm__("eieio"); eieio();
/* Get next BD. */ /* Get next BD. */
if (bdp->cbd_sc & BD_SC_WRAP) if (bdp->cbd_sc & BD_SC_WRAP)
bdp = pinfo->tx_bd_base; bdp = pinfo->tx_bd_base;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册