]> git.baikalelectronics.ru Git - kernel.git/commit
x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param
authorvenkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com>
Sat, 10 Jan 2009 00:13:11 +0000 (16:13 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Jan 2009 18:13:01 +0000 (19:13 +0100)
commitad4cf3517c2d5e5fda6eb38de76d89ba16aea06c
tree0420e59a2312f6d1156ec85e6895cf6f322e0c6f
parent1a1018fe69a453d231722086d1906a5de5507323
x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param

Impact: cleanup

Change the protection parameter for track_pfn_vma_new() into a pgprot_t pointer.
Subsequent patch changes the x86 PAT handling to return a compatible
memtype in pgprot_t, if what was requested cannot be allowed due to conflicts.
No fuctionality change in this patch.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pat.c
include/asm-generic/pgtable.h
mm/memory.c