summaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorJason A. Harmening <jah@FreeBSD.org>2021-03-27 03:10:46 +0000
committerMark Johnston <markj@FreeBSD.org>2021-12-28 00:35:55 +0000
commitfa4e4d55b3c8d427298744a13e53d6592b56c270 (patch)
treeda5611d3b1d4d620488a0cc9cae2c344a9486511 /sys/mips
parenteb62bd1d38511f1b7414c3e81d6ac508de098660 (diff)
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/pmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 7161a02481c7..fb186011bd85 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -192,6 +192,12 @@ pmap_vmspace_copy(pmap_t dst_pmap __unused, pmap_t src_pmap __unused)
return (0);
}
+static inline bool
+pmap_ps_enabled(pmap_t pmap __unused)
+{
+ return (false);
+}
+
#endif /* _KERNEL */
#endif /* !LOCORE */