From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9405 Path: news.gmane.org!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] add sched_getcpu Date: Mon, 29 Feb 2016 20:33:31 +0300 (MSK) Message-ID: References: <1456765028-23958-1-git-send-email-nathan@nathan7.eu> <1456765216-24883-1-git-send-email-nathan@nathan7.eu> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1456767229 6506 80.91.229.3 (29 Feb 2016 17:33:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Feb 2016 17:33:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9418-gllmg-musl=m.gmane.org@lists.openwall.com Mon Feb 29 18:33:49 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aaRhY-000140-Sh for gllmg-musl@m.gmane.org; Mon, 29 Feb 2016 18:33:45 +0100 Original-Received: (qmail 21961 invoked by uid 550); 29 Feb 2016 17:33:42 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 21942 invoked from network); 29 Feb 2016 17:33:42 -0000 In-Reply-To: User-Agent: Alpine 2.20 (LNX 67 2015-01-07) Xref: news.gmane.org gmane.linux.lib.musl.general:9405 Archived-At: There's also the question whether musl wants to use the VDSO here. According to manpages, getcpu is provided in vdso as __vdso_getcpu on x86_64, x32, and as __kernel_getcpu on ppc (on 64-bit kernels only, for both 32/64 userlands). (plus on ia64, but that's irrelevant on musl) Alexander