On 31 January 2011 18:26, Peter Maydell <peter.mayd...@linaro.org> wrote: > Since configure guarantees us that we have pthreads on all hosts > except mingw (which doesn't support a USER_ONLY config), we can > and should use the pthread_mutex based implementation of spin_lock() > and spin_unlock() in all USER_ONLY cases. This means that all the > inline-native-assembly code supporting the "USER_ONLY but not USE_NPTL" > case can go away.
Ping? -- PMM