From: Jason Lowe-Power Date: Fri, 9 Mar 2018 22:29:39 +0000 (-0800) Subject: arch-x86,sim-se: Enable prlimit syscall X-Git-Tag: v19.0.0.0~2225 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a1e52d5a019c128c4c87783f76f4742c5e4455f;p=gem5.git arch-x86,sim-se: Enable prlimit syscall Change-Id: I15f0e5ddb72578de90ed68866c8a0c1501717d61 Signed-off-by: Jason Lowe-Power Reviewed-on: https://gem5-review.googlesource.com/8921 Reviewed-by: Gabe Black Maintainer: Gabe Black Maintainer: Brandon Potter --- diff --git a/src/arch/x86/linux/process.cc b/src/arch/x86/linux/process.cc index b3e958677..1bde67e4d 100644 --- a/src/arch/x86/linux/process.cc +++ b/src/arch/x86/linux/process.cc @@ -522,7 +522,7 @@ static SyscallDesc syscallDescs64[] = { /* 299 */ SyscallDesc("recvmmsg", unimplementedFunc), /* 300 */ SyscallDesc("fanotify_init", unimplementedFunc), /* 301 */ SyscallDesc("fanotify_mark", unimplementedFunc), - /* 302 */ SyscallDesc("prlimit64", unimplementedFunc), + /* 302 */ SyscallDesc("prlimit64", prlimitFunc), /* 303 */ SyscallDesc("name_to_handle_at", unimplementedFunc), /* 304 */ SyscallDesc("open_by_handle_at", unimplementedFunc), /* 305 */ SyscallDesc("clock_adjtime", unimplementedFunc),