mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
rk_serial: covert dsb() to dsb(sy)
This commit is contained in:
parent
a8103f7564
commit
5fd886fa30
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user