pgprot_cached_wthru
#define pgprot_cached_wthru pgprot_cached_wthru
static inline pgprot_t pgprot_cached_wthru(pgprot_t prot)
#define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
#define pgprot_cached_wthru(prot) pgprot_noncached(prot)
#define pgprot_cached_wthru(prot) (prot)