Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 16:05:07 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356233 - head/sys/arm/linux
Message-ID:  <201912311605.xBVG57JP046185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Dec 31 16:05:07 2019
New Revision: 356233
URL: https://svnweb.freebsd.org/changeset/base/356233

Log:
  Sigh, add getcpu(2) chunk missed in r356229.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm/linux/syscalls.master

Modified: head/sys/arm/linux/syscalls.master
==============================================================================
--- head/sys/arm/linux/syscalls.master	Tue Dec 31 16:04:16 2019	(r356232)
+++ head/sys/arm/linux/syscalls.master	Tue Dec 31 16:05:07 2019	(r356233)
@@ -1711,7 +1711,11 @@
 	}
 ; linux 2.6.19:
 345	AUE_NULL	STD	{
-		int linux_getcpu(void);
+		int linux_getcpu(
+		    l_uint *cpu,
+		    l_uint *node,
+		    void *cache
+		);
 	}
 346	AUE_NULL	STD	{
 		int linux_epoll_pwait(



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