]> git.sur5r.net Git - openldap/commit
Fix MIPS cache coherency on Linux
authorHoward Chu <hyc@symas.com>
Sun, 27 Jul 2014 01:16:02 +0000 (18:16 -0700)
committerHoward Chu <hyc@symas.com>
Sun, 27 Jul 2014 01:16:02 +0000 (18:16 -0700)
commit3630066843b7ca6b2cd12911d3e2fe3314cd4549
treea704f8712003accda5111c139a62ee1083dc22bb
parentd098184f613791c0712a4c23584ddcb858054e42
Fix MIPS cache coherency on Linux

MIPS chips require manual control of on-chip caches. The cacheflush
syscall being used here only exists on MIPS Linux, other OSs will
require revisiting.
libraries/liblmdb/mdb.c