linux-user/sparc/signal.c: Remove unnecessary comment
commit6d5bb0b896f9954c98d85c8835a75bb3a041de41
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Oct 2018 18:40:17 +0000 (9 19:40 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 18 Oct 2018 18:17:49 +0000 (18 20:17 +0200)
tree33d857a70e8d3b0175774082380955789f97a0b8
parent850d5e330a9c68cc998cecc02caf8a3c8d1ee8a3
linux-user/sparc/signal.c: Remove unnecessary comment

Remove a comment suggesting that we need to call tb_flush()
after writing the SPARC signal frame trampoline insns.
This isn't necessary in QEMU, because (even if the guest
architecture requires explicit icache maintenance) we
ensure that memory writes result in invalidation of
translated code from that memory.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20181009184017.15675-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc/signal.c