diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-08-21 13:46:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-21 13:46:33 +0200 |
commit | cacf890694a36124ceddce44ff4c7b02d372ce7c (patch) | |
tree | 7bcf88d191854b9d8f325866149533043d1a1076 /include | |
parent | 9326d61bf64c4293f834e86c11f52db5be9798d6 (diff) | |
download | blackbird-obmc-linux-cacf890694a36124ceddce44ff4c7b02d372ce7c.tar.gz blackbird-obmc-linux-cacf890694a36124ceddce44ff4c7b02d372ce7c.zip |
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); int _set_memory_wc(unsigned long addr, int numpages); int _set_memory_wb(unsigned long addr, int numpages); int set_memory_uc(unsigned long addr, int numpages); -int set_memory_uc_noflush(unsigned long addr, int numpages); -void set_memory_flush_all(void); int set_memory_wc(unsigned long addr, int numpages); int set_memory_wb(unsigned long addr, int numpages); int set_memory_x(unsigned long addr, int numpages); @@ -89,7 +87,6 @@ int set_memory_4k(unsigned long addr, int numpages); */ int set_pages_uc(struct page *page, int numpages); -int set_pages_uc_noflush(struct page *page, int numpages); int set_pages_wb(struct page *page, int numpages); int set_pages_x(struct page *page, int numpages); int set_pages_nx(struct page *page, int numpages); |