X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fcacheflush.h;h=dd6d3abfd2bbc383f5d31b1196cc068de5917bf8;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=ddc75f71450624c5ef9100203b41f31e526b870f;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-x86_64/cacheflush.h b/include/asm-x86_64/cacheflush.h index ddc75f714..dd6d3abfd 100644 --- a/include/asm-x86_64/cacheflush.h +++ b/include/asm-x86_64/cacheflush.h @@ -25,5 +25,6 @@ void global_flush_tlb(void); int change_page_attr(struct page *page, int numpages, pgprot_t prot); +int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot); #endif /* _X8664_CACHEFLUSH_H */