1 1.1.10.2 jdolecek /* $NetBSD: pmap.h,v 1.1.10.2 2002/06/23 17:40:15 jdolecek Exp $ */ 2 1.1.10.2 jdolecek 3 1.1.10.2 jdolecek #include <mips/pmap.h> 4 1.1.10.2 jdolecek 5 1.1.10.2 jdolecek /* uncached accesses are bad; all accesses should be cached (and coherent) */ 6 1.1.10.2 jdolecek #undef PMAP_PAGEIDLEZERO 7 1.1.10.2 jdolecek #define PMAP_PAGEIDLEZERO(pa) (pmap_zero_page(pa), TRUE) 8 1.1.10.2 jdolecek 9 1.1.10.2 jdolecek int sbmips_cca_for_pa(paddr_t); 10 1.1.10.2 jdolecek 11 1.1.10.2 jdolecek #undef PMAP_CCA_FOR_PA 12 1.1.10.2 jdolecek #define PMAP_CCA_FOR_PA(pa) sbmips_cca_for_pa(pa) 13