aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-21 07:46:33 -0400
committerIngo Molnar <mingo@elte.hu>2008-08-21 07:46:33 -0400
commitcacf890694a36124ceddce44ff4c7b02d372ce7c (patch)
tree7bcf88d191854b9d8f325866149533043d1a1076 /include
parent9326d61bf64c4293f834e86c11f52db5be9798d6 (diff)
Revert "introduce two APIs for page attribute"
This reverts commit 1ac2f7d55b7ee1613c90631e87fea22ec06781e5.
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/cacheflush.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h
index 57bac7b68c46..f4c0ab50d2c2 100644
--- a/include/asm-x86/cacheflush.h
+++ b/include/asm-x86/cacheflush.h
@@ -57,8 +57,6 @@ int _set_memory_uc(unsigned long addr, int numpages);
57int _set_memory_wc(unsigned long addr, int numpages); 57int _set_memory_wc(unsigned long addr, int numpages);
58int _set_memory_wb(unsigned long addr, int numpages); 58int _set_memory_wb(unsigned long addr, int numpages);
59int set_memory_uc(unsigned long addr, int numpages); 59int set_memory_uc(unsigned long addr, int numpages);
60int set_memory_uc_noflush(unsigned long addr, int numpages);
61void set_memory_flush_all(void);
62int set_memory_wc(unsigned long addr, int numpages); 60int set_memory_wc(unsigned long addr, int numpages);
63int set_memory_wb(unsigned long addr, int numpages); 61int set_memory_wb(unsigned long addr, int numpages);
64int set_memory_x(unsigned long addr, int numpages); 62int set_memory_x(unsigned long addr, int numpages);
@@ -89,7 +87,6 @@ int set_memory_4k(unsigned long addr, int numpages);
89 */ 87 */
90 88
91int set_pages_uc(struct page *page, int numpages); 89int set_pages_uc(struct page *page, int numpages);
92int set_pages_uc_noflush(struct page *page, int numpages);
93int set_pages_wb(struct page *page, int numpages); 90int set_pages_wb(struct page *page, int numpages);
94int set_pages_x(struct page *page, int numpages); 91int set_pages_x(struct page *page, int numpages);
95int set_pages_nx(struct page *page, int numpages); 92int set_pages_nx(struct page *page, int numpages);