Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=90faf4fa7964a08d36160f7bc3c252866ad1275a
Commit:     90faf4fa7964a08d36160f7bc3c252866ad1275a
Parent:     74a0ba61b1ca96d6bb98889a7d95cd057165da49
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 9 23:51:06 2007 -0500
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 00:33:19 2007 -0500

    [POWERPC] CPM_UART: Use inline function form of eieio
    
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 drivers/serial/cpm_uart/cpm_uart_core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c 
b/drivers/serial/cpm_uart/cpm_uart_core.c
index b63ff8d..cefde58 100644
--- a/drivers/serial/cpm_uart/cpm_uart_core.c
+++ b/drivers/serial/cpm_uart/cpm_uart_core.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to