mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips
It also contains the cacheflush function declaration.
This commit is contained in:
parent
8a76450336
commit
4bb20ed082
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,7 @@
|
|||
|
||||
#if defined(__mips) && defined(__linux)
|
||||
/* MIPS has cache coherency issues, requires explicit cache control */
|
||||
#include <asm/cachectl.h>
|
||||
extern int cacheflush(char *addr, int nbytes, int cache);
|
||||
#include <sys/cachectl.h>
|
||||
#define CACHEFLUSH(addr, bytes, cache) cacheflush(addr, bytes, cache)
|
||||
#else
|
||||
#define CACHEFLUSH(addr, bytes, cache)
|
||||
|
|
|
|||
Loading…
Reference in a new issue