SUN3_PAGE_NOCACHE
#ifdef SUN3_PAGE_NOCACHE
# define __SUN3_PAGE_NOCACHE SUN3_PAGE_NOCACHE
static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; }
| SUN3_PAGE_NOCACHE)
| SUN3_PAGE_NOCACHE)
| SUN3_PAGE_NOCACHE)
| SUN3_PAGE_NOCACHE)
| SUN3_PAGE_NOCACHE \
| SUN3_PAGE_NOCACHE)
pgprot_val(prot) |= SUN3_PAGE_NOCACHE;
flags[3] = (val & SUN3_PAGE_NOCACHE) ? 'x' : '-';
if (val & SUN3_PAGE_NOCACHE) pr_cont(" nocache");