sim,arch: Collapse the ISA specific versions of m5Syscall.
authorGabe Black <gabeblack@google.com>
Mon, 25 Nov 2019 10:26:51 +0000 (02:26 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 10 Dec 2019 23:58:14 +0000 (23:58 +0000)
commit390a74f59934b85d91489f8a563450d8321b602d
treec5a31b56a74e888c61f0645349b58535d2eae26a
parentcb3457ccd17a89a4df3e70d35e0254c77a0b5782
sim,arch: Collapse the ISA specific versions of m5Syscall.

The x86 version doesn't do anything x86 specific, and so can be used
generically in sim/pseudo_inst.(hh|cc)

Jira Issue: https://gem5.atlassian.net/browse/GEM5-187

Change-Id: I46c2a7d326bd7a95daa8611888051c180e92e446
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23177
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
12 files changed:
src/arch/alpha/pseudo_inst.hh
src/arch/arm/pseudo_inst.hh
src/arch/generic/pseudo_inst.cc
src/arch/generic/pseudo_inst.hh
src/arch/mips/pseudo_inst.hh
src/arch/power/pseudo_inst.hh
src/arch/riscv/pseudo_inst.hh
src/arch/sparc/pseudo_inst.hh
src/arch/x86/pseudo_inst.cc
src/arch/x86/pseudo_inst.hh
src/sim/pseudo_inst.cc
src/sim/pseudo_inst.hh