Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/64772?usp=email )
Change subject: arch-x86: Ignore Linux X86-64 syscall 334 "rseq"
......................................................................
arch-x86: Ignore Linux X86-64 syscall 334 "rseq"
Change-Id: Ibfba48de7d24e582a55bc6f2a9535891c42e89f7
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/64772
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/arch/x86/linux/syscall_tbl64.cc
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/arch/x86/linux/syscall_tbl64.cc
b/src/arch/x86/linux/syscall_tbl64.cc
index f239917..1f5638d 100644
--- a/src/arch/x86/linux/syscall_tbl64.cc
+++ b/src/arch/x86/linux/syscall_tbl64.cc
@@ -377,7 +377,7 @@
{ 331, "pkey_free" },
{ 332, "statx" },
{ 333, "io_pgetevents" },
- { 334, "rseq" }
+ { 334, "rseq", ignoreFunc }
};
} // namespace X86ISA
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/64772?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ibfba48de7d24e582a55bc6f2a9535891c42e89f7
Gerrit-Change-Number: 64772
Gerrit-PatchSet: 3
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]