Skip to content
Commit 272966c0 authored by Paul Mundt's avatar Paul Mundt
Browse files

serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.



Under qemu there is a race between the TDxE read-and-clear and the SCxTDR
write. While on hardware it can be gauranteed that the read-and-clear
will happen prior to the character being written out, no such assumption
can be made under emulation. As this path happens with IRQs off and the
hardware itself doesn't care about the ordering, move the SCxTDR write
until after the read-and-clear.

Signed-off-by: default avatarVladimir Prus <vladimir@codesourcery.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 5d52013c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment