sim-se: ignore all scheduler related syscalls for arm
authorCiro Santilli <ciro.santilli@arm.com>
Mon, 4 Nov 2019 19:10:30 +0000 (19:10 +0000)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 20 May 2020 07:58:05 +0000 (07:58 +0000)
commit0767ade61b33672aa97fc90a098453cdf7a62051
treeadacdb27b706d96a3c2f872a9a08b1ef573bd258
parent66e598fa08b82ba6671abc3e924bc5df4424d313
sim-se: ignore all scheduler related syscalls for arm

With the simplistic syscall emulation fork algorithm that we currently have
of running one thread per call, those calls simply cannot be reasonably
implemented.

However, content can often still work without them.

Change-Id: Iac88dfd055564c47b7a7b6898b7582cf4087f708
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28591
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
src/arch/arm/linux/process.cc