aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/cacheflush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h
index e79159bc0987..a95afaf1240d 100644
--- a/include/asm-x86/cacheflush.h
+++ b/include/asm-x86/cacheflush.h
@@ -42,6 +42,7 @@ int set_memory_x(unsigned long addr, int numpages);
42int set_memory_nx(unsigned long addr, int numpages); 42int set_memory_nx(unsigned long addr, int numpages);
43int set_memory_ro(unsigned long addr, int numpages); 43int set_memory_ro(unsigned long addr, int numpages);
44int set_memory_rw(unsigned long addr, int numpages); 44int set_memory_rw(unsigned long addr, int numpages);
45int set_memory_np(unsigned long addr, int numpages);
45 46
46void clflush_cache_range(void *addr, int size); 47void clflush_cache_range(void *addr, int size);
47 48