From: Bart Van Assche Date: Fri, 20 Jun 2008 10:41:12 +0000 (+0000) Subject: Enabled support for the init_module() system call on amd64. Should fix #164476. X-Git-Tag: svn/VALGRIND_3_4_0~449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ebca1d59b0e6827e0ecac1487c99c68308fa06;p=thirdparty%2Fvalgrind.git Enabled support for the init_module() system call on amd64. Should fix #164476. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8263 --- diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index dd424d132b..ba90b34283 100644 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c +++ b/coregrind/m_syswrap/syswrap-amd64-linux.c @@ -1256,7 +1256,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { LINX_(__NR_ioperm, sys_ioperm), // 173 GENX_(__NR_create_module, sys_ni_syscall), // 174 - // (__NR_init_module, sys_init_module), // 175 + GENX_(__NR_init_module, sys_init_module), // 175 // (__NR_delete_module, sys_delete_module), // 176 // (__NR_get_kernel_syms, sys_ni_syscall), // 177 // (__NR_query_module, sys_ni_syscall), // 178