This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0f73c17037 hurd: Make sure signals get started new 4d5297253e alpha: Remove UP preprocessor conditionals new 0f34d426ac x86: Remove UP macro. Define LOCK_PREFIX unconditionally. new d5c4cce9c3 powerpc: Eliminate UP macro conditionals new 26f7c72a99 nptl: Eliminate <smp.h> and __is_smp
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: nptl/nptl-init.c | 4 -- nptl/pthreadP.h | 3 -- nptl/pthread_mutex_lock.c | 3 -- nptl/pthread_mutex_timedlock.c | 3 -- nptl/smp.h | 27 ----------- nptl/vars.c | 3 -- sysdeps/alpha/atomic-machine.h | 14 ++---- sysdeps/i386/nptl/tls.h | 8 +--- sysdeps/i386/pthread_spin_trylock.S | 8 +--- sysdeps/powerpc/atomic-machine.h | 11 ++--- sysdeps/powerpc/powerpc32/atomic-machine.h | 4 +- sysdeps/powerpc/powerpc64/atomic-machine.h | 4 +- sysdeps/unix/sysv/linux/i386/smp.h | 55 ---------------------- .../sysv/linux/sh/adaptive_spin_count.h} | 5 +- sysdeps/unix/sysv/linux/sh/smp.h | 23 --------- sysdeps/x86/atomic-machine.h | 8 +--- sysdeps/x86_64/nptl/pthread_spin_trylock.S | 8 +--- sysdeps/x86_64/nptl/tls.h | 8 +--- 18 files changed, 17 insertions(+), 182 deletions(-) delete mode 100644 nptl/smp.h delete mode 100644 sysdeps/unix/sysv/linux/i386/smp.h copy sysdeps/{generic/arch-fd_to_filename.h => unix/sysv/linux/sh/adaptive_spin_co [...] delete mode 100644 sysdeps/unix/sysv/linux/sh/smp.h