diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-08-21 07:46:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-21 07:46:33 -0400 |
commit | cacf890694a36124ceddce44ff4c7b02d372ce7c (patch) | |
tree | 7bcf88d191854b9d8f325866149533043d1a1076 /include | |
parent | 9326d61bf64c4293f834e86c11f52db5be9798d6 (diff) |
Revert "introduce two APIs for page attribute"
This reverts commit 1ac2f7d55b7ee1613c90631e87fea22ec06781e5.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/cacheflush.h | 3 |
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); | |||
57 | int _set_memory_wc(unsigned long addr, int numpages); | 57 | int _set_memory_wc(unsigned long addr, int numpages); |
58 | int _set_memory_wb(unsigned long addr, int numpages); | 58 | int _set_memory_wb(unsigned long addr, int numpages); |
59 | int set_memory_uc(unsigned long addr, int numpages); | 59 | int set_memory_uc(unsigned long addr, int numpages); |
60 | int set_memory_uc_noflush(unsigned long addr, int numpages); | ||
61 | void set_memory_flush_all(void); | ||
62 | int set_memory_wc(unsigned long addr, int numpages); | 60 | int set_memory_wc(unsigned long addr, int numpages); |
63 | int set_memory_wb(unsigned long addr, int numpages); | 61 | int set_memory_wb(unsigned long addr, int numpages); |
64 | int set_memory_x(unsigned long addr, int numpages); | 62 | int 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 | ||
91 | int set_pages_uc(struct page *page, int numpages); | 89 | int set_pages_uc(struct page *page, int numpages); |
92 | int set_pages_uc_noflush(struct page *page, int numpages); | ||
93 | int set_pages_wb(struct page *page, int numpages); | 90 | int set_pages_wb(struct page *page, int numpages); |
94 | int set_pages_x(struct page *page, int numpages); | 91 | int set_pages_x(struct page *page, int numpages); |
95 | int set_pages_nx(struct page *page, int numpages); | 92 | int set_pages_nx(struct page *page, int numpages); |