]> git.ipfire.org Git - thirdparty/glibc.git/commit
Consolidate sched_getcpu
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>
Wed, 22 Apr 2015 17:21:39 +0000 (14:21 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 9 Jun 2015 17:56:21 +0000 (14:56 -0300)
commitdd26c44403582fdf10d663170f947dfe4b3207a0
tree4acc8bf62d49bf27809c35515c1982cff389be04
parent2a523216d5dc973d8bf91a00f00b70b7df42b91d
Consolidate sched_getcpu

This patch consolidates the sched_getcpu implementations across all
arches (except tile, which requires its own).  This patch removes
the powerpc, x86_64 and x32 specific files and change the default
linux one to use INLINE_VSYSCALL where possible (for ports that
implements it).
13 files changed:
ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c [deleted file]
sysdeps/unix/sysv/linux/sched_getcpu.c
sysdeps/unix/sysv/linux/x86/libc-vdso.h
sysdeps/unix/sysv/linux/x86_64/init-first.c
sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [deleted file]
sysdeps/unix/sysv/linux/x86_64/sysdep.h
sysdeps/unix/sysv/linux/x86_64/x32/Makefile
sysdeps/unix/sysv/linux/x86_64/x32/init-first.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S [deleted file]