aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/cacheflush.h')
-rw-r--r--include/asm-x86/cacheflush.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h
index f4c0ab50d2c2..0a5f71817b3e 100644
--- a/include/asm-x86/cacheflush.h
+++ b/include/asm-x86/cacheflush.h
@@ -66,6 +66,9 @@ int set_memory_rw(unsigned long addr, int numpages);
66int set_memory_np(unsigned long addr, int numpages); 66int set_memory_np(unsigned long addr, int numpages);
67int set_memory_4k(unsigned long addr, int numpages); 67int set_memory_4k(unsigned long addr, int numpages);
68 68
69int set_memory_array_uc(unsigned long *addr, int addrinarray);
70int set_memory_array_wb(unsigned long *addr, int addrinarray);
71
69/* 72/*
70 * For legacy compatibility with the old APIs, a few functions 73 * For legacy compatibility with the old APIs, a few functions
71 * are provided that work on a "struct page". 74 * are provided that work on a "struct page".