Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51748 )

 (

2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
 )Change subject: arch-arm: Add fchmodat implementation to the Syscall Table
......................................................................

arch-arm: Add fchmodat implementation to the Syscall Table

Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I6ce4770aea0456423cf5a37171fbd8e4469b3e98
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51748
Tested-by: kokoro <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M src/arch/arm/linux/se_workload.cc
1 file changed, 16 insertions(+), 2 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/src/arch/arm/linux/se_workload.cc b/src/arch/arm/linux/se_workload.cc
index 88f34d6..b511e02 100644
--- a/src/arch/arm/linux/se_workload.cc
+++ b/src/arch/arm/linux/se_workload.cc
@@ -455,7 +455,7 @@
         { base + 330, "linkat" },
         { base + 331, "symlinkat" },
         { base + 332, "readlinkat", readlinkatFunc<ArmLinux32> },
-        { base + 333, "fchmodat" },
+        { base + 333, "fchmodat", fchmodatFunc<ArmLinux32> },
         { base + 334, "faccessat", faccessatFunc<ArmLinux32> },
         { base + 335, "pselect6" },
         { base + 336, "ppoll" },
@@ -551,7 +551,7 @@
         {   base + 50, "fchdir" },
         {   base + 51, "chroot" },
         {   base + 52, "fchmod" },
-        {   base + 53, "fchmodat" },
+        {   base + 53, "fchmodat", fchmodatFunc<ArmLinux64> },
         {   base + 54, "fchownat", fchownatFunc<ArmLinux64> },
         {   base + 55, "fchown", fchownFunc },
         {   base + 56, "openat", openatFunc<ArmLinux64> },

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51748
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: I6ce4770aea0456423cf5a37171fbd8e4469b3e98
Gerrit-Change-Number: 51748
Gerrit-PatchSet: 5
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[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]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to