From: Stefano Stabellini Date: Thu, 11 Nov 2010 20:37:43 +0000 (-0800) Subject: xen: set vma flag VM_PFNMAP in the privcmd mmap file_op X-Git-Tag: v2.6.37-rc4~60^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e060e7af98182494b764d002eba7fa022fe91bdf;p=pandora-kernel.git xen: set vma flag VM_PFNMAP in the privcmd mmap file_op Set VM_PFNMAP in the privcmd mmap file_op, rather than later in xen_remap_domain_mfn_range when it is too late because vma_wants_writenotify has already been called and vm_page_prot has already been modified. Signed-off-by: Stefano Stabellini Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed