projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a0ba6
)
[POWERPC] CPM_UART: Use inline function form of eieio
author
Kumar Gala
<galak@kernel.crashing.org>
Tue, 10 Jul 2007 04:51:06 +0000
(23:51 -0500)
committer
Kumar 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
patch
|
blob
|
history
diff --git
a/drivers/serial/cpm_uart/cpm_uart_core.c
b/drivers/serial/cpm_uart/cpm_uart_core.c
index b63ff8dd7304d8efd19d174a4ef9201d652ae6ae..cefde58dbad2c73dcba3078d108034d0332bd148 100644
(file)
--- 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;