search for: vm_ar

Displaying 2 results from an estimated 2 matches for "vm_ar".

Did you mean: vm_are
2007 Dec 10
0
[PATCH] linux: fix native build after c/s 338
...sp2-2007-12-10/mm/memory.c =================================================================== --- sle10sp2-2007-12-10.orig/mm/memory.c 2007-12-10 12:35:41.000000000 +0100 +++ sle10sp2-2007-12-10/mm/memory.c 2007-12-10 12:36:14.000000000 +0100 @@ -396,9 +396,11 @@ struct page *vm_normal_page(struct vm_ar return NULL; } +#ifdef CONFIG_XEN /* XEN: Covers user-space grant mappings (even of local pages). */ if (unlikely(vma->vm_flags & VM_FOREIGN)) return NULL; +#endif /* * Add some anal sanity checks for now. Eventually, _______________________________________________...
2006 Mar 14
12
[RFC] VMI for Xen?
I''m sure everyone has seen the drop of VMI patches for Linux at this point, but just in case, the link is included below. I''ve read this version of the VMI spec and have made my way through most of the patches. While I wasn''t really that impressed with the first spec wrt Xen, the second version seems to be much more palatable. Specifically, the code inlining and