diff options
Diffstat (limited to 'sys/arch/sparc64/include/pmap.h')
-rw-r--r-- | sys/arch/sparc64/include/pmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc64/include/pmap.h b/sys/arch/sparc64/include/pmap.h index 1b64f8e052f..d674032a908 100644 --- a/sys/arch/sparc64/include/pmap.h +++ b/sys/arch/sparc64/include/pmap.h @@ -135,6 +135,7 @@ struct prom_map { #define PMAP_NC 0x001 /* Set the E bit in the page */ #define PMAP_NVC 0x002 /* Don't enable the virtual cache */ +#define PMAP_NOCACHE PMAP_NC #define PMAP_LITTLE 0x004 /* Map in little endian mode */ /* Large page size hints -- we really should use another param to pmap_enter() */ #define PMAP_8K 0x000 |