Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] CPM_UART: Use inline function form of eieio

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

+1 -1
+1 -1
drivers/serial/cpm_uart/cpm_uart_core.c
··· 678 678 } 679 679 bdp->cbd_datlen = count; 680 680 bdp->cbd_sc |= BD_SC_READY; 681 - __asm__("eieio"); 681 + eieio(); 682 682 /* Get next BD. */ 683 683 if (bdp->cbd_sc & BD_SC_WRAP) 684 684 bdp = pinfo->tx_bd_base;