Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 17:40:30 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r361897 - stable/12/sys/amd64/linux
Message-ID:  <202006071740.057HeU9F045860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sun Jun  7 17:40:29 2020
New Revision: 361897
URL: https://svnweb.freebsd.org/changeset/base/361897

Log:
  MFC r361664:
  Handle getcpu() calls in vsyscall emulation on amd64.
  
  PR:	246339

Modified:
  stable/12/sys/amd64/linux/linux_sysvec.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/amd64/linux/linux_sysvec.c
==============================================================================
--- stable/12/sys/amd64/linux/linux_sysvec.c	Sun Jun  7 16:42:03 2020	(r361896)
+++ stable/12/sys/amd64/linux/linux_sysvec.c	Sun Jun  7 17:40:29 2020	(r361897)
@@ -667,7 +667,7 @@ linux_rt_sendsig(sig_t catcher, ksiginfo_t *ksi, sigse
 const unsigned long linux_vsyscall_vector[] = {
 	LINUX_SYS_gettimeofday,
 	LINUX_SYS_linux_time,
-				/* getcpu not implemented */
+	LINUX_SYS_linux_getcpu,
 };
 
 static int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006071740.057HeU9F045860>