mips: remove incorrect blas_lock implementations
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 4 May 2017 13:35:36 +0000 (14:35 +0100)
committerJames Cowgill <james410@cowgill.org.uk>
Fri, 5 May 2017 16:28:03 +0000 (17:28 +0100)
commitde7875ca5df77306c5f7216959d3c15d82a0a259
treedb03461387284e8885e3ccb3cac6d5fd6cb4f03f
parent67836c2ab48a5d6a8cd227358fa67e2a260eba34
mips: remove incorrect blas_lock implementations

MIPS 32-bit currently has an empty blas_lock implementation which is
worse than nothing at all. MIPS 64-bit does has a blas_lock
implementation but is broken. Remove them and fallback to the generic
version in common.h which should do the right thing on MIPS.
common_mips.h
common_mips64.h