diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2020-09-23 19:34:21 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2020-09-23 19:34:21 +0000 |
| commit | 78257765f296ab4158b8afd521a71cbe897f5aaa (patch) | |
| tree | 3d47eacf5117761482a1ae3c385e04ba5db1d200 /sys/mips | |
| parent | 4168aedcde0b8dc1b05ac5e230c60c4ee3cc5b29 (diff) | |
Notes
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/include/vmparam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index 183efe1a7c0c5..d6f9e31deaad3 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -198,6 +198,11 @@ #define DMAP_TO_PHYS(x) MIPS_DIRECT_TO_PHYS(x) /* + * No non-transparent large page support in the pmap. + */ +#define PMAP_HAS_LARGEPAGES 0 + +/* * Need a page dump array for minidump. */ #define MINIDUMP_PAGE_TRACKING 1 |
