On 9/5/21 1:55 AM, Philippe Mathieu-Daudé wrote:
Following the logic of commit 30493a030ff ("i386: split seg_helper
into user-only and sysemu parts"), move x86_cpu_exec_interrupt()
under sysemu/seg_helper.c.

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
I prefer to not squash this into the previous patch because the
ifdef'ry removal (in previous patch) is not trivial IMO.
---
  target/i386/tcg/seg_helper.c        | 64 ----------------------------
  target/i386/tcg/sysemu/seg_helper.c | 65 +++++++++++++++++++++++++++++
  2 files changed, 65 insertions(+), 64 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to