Handle getcpu() calls in vsyscall emulation on amd64.

linux_getcpu() has been implemented since r356241.

PR:		246339
Submitted by:	John Hay <john@sanren.ac.za>
MFC after:	1 week
This commit is contained in:
Mark Johnston 2020-05-31 18:20:20 +00:00
parent 3eee8f1cbb
commit 0cfac4d5c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361664

View File

@ -683,7 +683,7 @@ linux_rt_sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
const unsigned long linux_vsyscall_vector[] = {
LINUX_SYS_gettimeofday,
LINUX_SYS_linux_time,
/* getcpu not implemented */
LINUX_SYS_linux_getcpu,
};
static int