support getcpu() system call. refs #385

It appeared on Linux(x86) in kernel 3.1.
This commit is contained in:
NAKAMURA Gou
2015-02-10 15:58:14 +09:00
parent a5bdd41c3d
commit d30d8fe71c
2 changed files with 29 additions and 0 deletions

View File

@ -90,6 +90,7 @@ SYSCALL_HANDLED(289, signalfd4)
#ifdef DCFA_KMOD
SYSCALL_HANDLED(303, mod_call)
#endif
SYSCALL_HANDLED(309, getcpu)
SYSCALL_HANDLED(601, pmc_init)
SYSCALL_HANDLED(602, pmc_start)
SYSCALL_HANDLED(603, pmc_stop)