Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90faf4fa authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] CPM_UART: Use inline function form of eieio

parent 74a0ba61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;