This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/15119] [arm] unnecessary busy loop in __lll_timedlock_wait on ARM


https://sourceware.org/bugzilla/show_bug.cgi?id=15119

--- Comment #2 from Bernard Ogden <bernie.ogden at linaro dot org> ---
Analysis at https://sourceware.org/ml/libc-ports/2013-02/msg00021.html makes
clear that switching to the generic lowlevellock.c will fix this problem for
arm. Neither arm nor hppa appear to contain any significant differences from
the generic lowlevellock.c, so we can eliminate both of these platform specific
files.

This leaves sparc as the only platform with its own lowlevellock.c. In this
case the locking structures are different, so we leave this one alone.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]