From 71c06b69d375afd09270a6cb2b05d7a4fab680fa Mon Sep 17 00:00:00 2001 From: Torvald Riegel Date: Wed, 17 Dec 2014 23:08:25 +0100 Subject: 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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09876098bf..98ddd612eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-02-16 Torvald Riegel + + * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file. + 2015-02-16 Mike Frysinger * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete. -- cgit v1.2.3-70-g09d2