Tuan Ta has submitted this change and it was merged. ( https://gem5-review.googlesource.com/6902 )

Change subject: arch-riscv: Ignore set_robust_list and get_robust_list syscalls
......................................................................

arch-riscv: Ignore set_robust_list and get_robust_list syscalls

Change-Id: I5a4744e5aed07337144af9f07978b83405b6695b
Reviewed-on: https://gem5-review.googlesource.com/6902
Reviewed-by: Alec Roelke <[email protected]>
Maintainer: Alec Roelke <[email protected]>
---
M src/arch/riscv/linux/process.cc
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alec Roelke: Looks good to me, approved; Looks good to me, approved



diff --git a/src/arch/riscv/linux/process.cc b/src/arch/riscv/linux/process.cc
index 53dbbc2..4c10efe 100644
--- a/src/arch/riscv/linux/process.cc
+++ b/src/arch/riscv/linux/process.cc
@@ -168,8 +168,8 @@
     {96,   SyscallDesc("set_tid_address", setTidAddressFunc)},
     {97,   SyscallDesc("unshare")},
     {98,   SyscallDesc("futex", futexFunc<RiscvLinux>)},
-    {99,   SyscallDesc("set_robust_list")},
-    {100,  SyscallDesc("get_robust_list")},
+ {99, SyscallDesc("set_robust_list", ignoreFunc, SyscallDesc::WarnOnce)}, + {100, SyscallDesc("get_robust_list", ignoreFunc, SyscallDesc::WarnOnce)},
     {101,  SyscallDesc("nanosleep")},
     {102,  SyscallDesc("getitimer")},
     {103,  SyscallDesc("setitimer")},

--
To view, visit https://gem5-review.googlesource.com/6902
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5a4744e5aed07337144af9f07978b83405b6695b
Gerrit-Change-Number: 6902
Gerrit-PatchSet: 2
Gerrit-Owner: Tuan Ta <[email protected]>
Gerrit-Reviewer: Alec Roelke <[email protected]>
Gerrit-Reviewer: Tuan Ta <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to