arch/tile: support <asm/cachectl.h> header for cacheflush() syscall
We already had a syscall that did some dcache flushing, but it was not used in practice. Make it MIPS compatible instead so it can do both the DCACHE and ICACHE actions. We have code that wants to be able to use the ICACHE flush mode from userspace so this change enables that. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
@@ -43,7 +43,8 @@ long sys32_fadvise64(int fd, u32 offset_lo, u32 offset_hi,
|
||||
u32 len, int advice);
|
||||
int sys32_fadvise64_64(int fd, u32 offset_lo, u32 offset_hi,
|
||||
u32 len_lo, u32 len_hi, int advice);
|
||||
long sys_flush_cache(void);
|
||||
long sys_cacheflush(unsigned long addr, unsigned long len,
|
||||
unsigned long flags);
|
||||
#ifndef __tilegx__ /* No mmap() in the 32-bit kernel. */
|
||||
#define sys_mmap sys_mmap
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user