arch-x86,sim-se: Enable prlimit syscall
Change-Id: I15f0e5ddb72578de90ed68866c8a0c1501717d61 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8921 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> Maintainer: Brandon Potter <Brandon.Potter@amd.com>
This commit is contained in:
@@ -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<X86Linux64>),
|
||||
/* 303 */ SyscallDesc("name_to_handle_at", unimplementedFunc),
|
||||
/* 304 */ SyscallDesc("open_by_handle_at", unimplementedFunc),
|
||||
/* 305 */ SyscallDesc("clock_adjtime", unimplementedFunc),
|
||||
|
||||
Reference in New Issue
Block a user