aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-09-23 19:34:21 +0000
committerMark Johnston <markj@FreeBSD.org>2020-09-23 19:34:21 +0000
commit78257765f296ab4158b8afd521a71cbe897f5aaa (patch)
tree3d47eacf5117761482a1ae3c385e04ba5db1d200 /sys/mips
parent4168aedcde0b8dc1b05ac5e230c60c4ee3cc5b29 (diff)
Notes
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/vmparam.h5
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