diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2019-10-16 21:07:18 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-10-16 21:07:18 +0000 |
| commit | 96448820a3dab2b05694e7c42a72231c92ddadfb (patch) | |
| tree | 13381b81648bb076e8f6b1cb3d622f36eba4890a /sys/sparc64/include | |
| parent | 1dc85563587263c6b3c7d04dfdcbdc17865b5e8b (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include')
| -rw-r--r-- | sys/sparc64/include/pmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index c2d88d461363c..20905acc84247 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -50,6 +50,7 @@ #include <machine/tte.h> #define PMAP_CONTEXT_MAX 8192 +#define PMAP_ENTER_QUICK_LOCKED 0x10000000 typedef struct pmap *pmap_t; |
