X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fpgalloc.h;h=e0126be70127300e259e59b5db1fab80b66aba13;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=e97b532897271fc54423fcb78d3f3a41c6d65d18;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/pgalloc.h b/include/asm-x86_64/mach-xen/asm/pgalloc.h index e97b53289..e0126be70 100644 --- a/include/asm-x86_64/mach-xen/asm/pgalloc.h +++ b/include/asm-x86_64/mach-xen/asm/pgalloc.h @@ -7,6 +7,8 @@ #include #include /* for phys_to_virt and page_to_pseudophys */ +#include + #define arch_add_exec_range(mm, limit) \ do { (void)(mm), (void)(limit); } while (0) #define arch_flush_exec_range(mm) \ @@ -14,7 +16,6 @@ #define arch_remove_exec_range(mm, limit) \ do { (void)(mm), (void)(limit); } while (0) -#include void make_page_readonly(void *va, unsigned int feature); void make_page_writable(void *va, unsigned int feature); void make_pages_readonly(void *va, unsigned int nr, unsigned int feature);