Fix several build warnings on sparc.
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Mar 2012 19:15:26 +0000 (11:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Mar 2012 19:15:26 +0000 (11:15 -0800)
commite92584001a07a7e1a4ad2a4997a429075d36e76a
treec967f50060e192e59ecd382cd10fdeed52d28d68
parentf3caba873e7d6952fe4945e2bf222cd4d40cf5c7
Fix several build warnings on sparc.

/

* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
(set_obp_int): New function.
(get_obp_int): New function.
(__get_clockfreq_via_dev_openprom): Likewise.
* sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P): Avoid
unused variable warnings on 'val' and use builtin_expect.
(INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with builtin_expect.
(INLINE_CLONE_SYSCALL): Likewise.

nptl/

* sysdeps/unix/sysv/linux/sparc/sem_post.c (__new_sem_post): Use
atomic_increment and remove unused local variable.
(__old_sem_post): Likewise.
ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c
sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
sysdeps/unix/sysv/linux/sparc/sysdep.h