sim-se: Ignore unimplemented system call
authorKyle Roarty <kyleroarty1716@gmail.com>
Fri, 24 May 2019 18:34:17 +0000 (13:34 -0500)
committerKyle Roarty <kyleroarty1716@gmail.com>
Thu, 11 Jun 2020 21:00:12 +0000 (21:00 +0000)
commit432ecdfbdcdf9316dcd2daabc79db2f27b72960b
treeff6fc6e387174837e56b96a77f87c945b118aadf
parent9757529064036beab37855ea2fa3d524d963ca06
sim-se: Ignore unimplemented system call

System call sched_setaffinity causes crashes when running programs
that use ROCm. Ignoring the system call allows for the programs
to run to completion.

Change-Id: I27c767ef81091789e228d47f2bb5f6fa18f11539
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30154
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/linux/process.cc