]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] CPM_UART: Use inline function form of eieio
authorKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2007 04:51:06 +0000 (23:51 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2007 05:33:19 +0000 (00:33 -0500)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/serial/cpm_uart/cpm_uart_core.c

index b63ff8dd7304d8efd19d174a4ef9201d652ae6ae..cefde58dbad2c73dcba3078d108034d0332bd148 100644 (file)
@@ -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;