VM, x86, PAT: add a new vm flag to track full pfnmap at mmap
authorPallipadi, Venkatesh <venkatesh.pallipadi@intel.com>
Fri, 13 Mar 2009 23:35:44 +0000 (16:35 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 14 Mar 2009 08:47:44 +0000 (09:47 +0100)
Impact: cleanup

Add a new vm flag VM_PFN_AT_MMAP to identify a PFNMAP that is
fully mapped with remap_pfn_range. Patch removes the overloading
of VM_INSERTPAGE from the earlier patch.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Nick Piggin <npiggin@suse.de>
LKML-Reference: <20090313233543.GA19909@linux-os.sc.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found