Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80520
b: refs/heads/master
c: e1271f6
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Jan 30, 2008
1 parent 294c132 commit 41c20fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d238cc4dc8a36a3915c26202fe49f58a0683fb9
refs/heads/master: e1271f686a0e376aa6ee97984c16f91a787e4480
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot)

return change_page_attr_addr(addr, numpages, prot);
}
EXPORT_SYMBOL(change_page_attr);
EXPORT_UNUSED_SYMBOL(change_page_attr); /* to be removed in 2.6.27 */

/**
* change_page_attr_set - Change page table attributes in the linear mapping.
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/asm-x86/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
memcpy(dst, src, len)

void global_flush_tlb(void);
int change_page_attr(struct page *page, int numpages, pgprot_t prot);
int __deprecated_for_modules change_page_attr(struct page *page, int numpages,
pgprot_t prot);
int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot);

int set_pages_uc(struct page *page, int numpages);
Expand Down

0 comments on commit 41c20fe

Please sign in to comment.