[RFC PATCH 6/11] x86, mm, pat: Add pgprot_writethrough() for WT

2014-07-15 Thread Toshi Kani
This patch introduces pgprot_writethrough() for setting the WT type for a given pgprot_t. Signed-off-by: Toshi Kani --- arch/x86/include/asm/pgtable_types.h |3 +++ arch/x86/mm/pat.c|9 + include/asm-generic/pgtable.h|4 3 files changed, 16

[RFC PATCH 6/11] x86, mm, pat: Add pgprot_writethrough() for WT

2014-07-15 Thread Toshi Kani
This patch introduces pgprot_writethrough() for setting the WT type for a given pgprot_t. Signed-off-by: Toshi Kani toshi.k...@hp.com --- arch/x86/include/asm/pgtable_types.h |3 +++ arch/x86/mm/pat.c|9 + include/asm-generic/pgtable.h|4 3