Re: [patches] [PATCH] [15/50] x86_64: Return EINVAL for unknown addressin change_page_attr

2007-09-24 Thread Jan Beulich
This should be accompanied by addr2 = __START_KERNEL_map + __pa(address); /* Make sure the kernel mappings stay executable */ prot2 = pte_pgprot(pte_mkexec(pfn_pte(0, prot))); - err =

Re: [patches] [PATCH] [15/50] x86_64: Return EINVAL for unknown addressin change_page_attr

2007-09-24 Thread Jan Beulich
This should be accompanied by addr2 = __START_KERNEL_map + __pa(address); /* Make sure the kernel mappings stay executable */ prot2 = pte_pgprot(pte_mkexec(pfn_pte(0, prot))); - err =