ia64: Remove custom lowlevellock.h
commit71c06b69d375afd09270a6cb2b05d7a4fab680fa
authorTorvald Riegel <triegel@redhat.com>
Wed, 17 Dec 2014 22:08:25 +0000 (17 23:08 +0100)
committerMike Frysinger <vapier@gentoo.org>
Tue, 17 Feb 2015 07:45:12 +0000 (17 02:45 -0500)
treeecc5ede2251294fe62265b214331cad150d3694d
parenta9a05adb24bc7958d43c43ede245e5cbd240274c
ia64: Remove custom lowlevellock.h

ia64 seems to use the same implementation of low-level locks as the
generic Linux lowlevellock.h.  The futex syscalls are somewhat
different, but Roland thought it shouldn't matter.  Note that the futex
calls are on the slow path always (except for PI mutexes).

Removing the custom low-level lock implementation will make further
refactoring easier, for example adding proper error checking to futex
operations.
ChangeLog
sysdeps/unix/sysv/linux/ia64/lowlevellock.h [deleted file]