rk_serial: covert dsb() to dsb(sy)

This commit is contained in:
Huang, Tao
2014-12-10 19:30:04 +08:00
parent a8103f7564
commit 5fd886fa30

View File

@@ -327,7 +327,7 @@ static inline void serial_out(struct uart_rk_port *up, int offset, unsigned char
dwapb_save_out_value(up, offset, value);
__raw_writel(value, up->port.membase + (offset << 2));
if (offset != UART_TX)
dsb();
dsb(sy);
dwapb_check_clear_ier(up, offset);
}