aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
authorJason A. Harmening <jah@FreeBSD.org>2021-03-27 03:10:46 +0000
committerJason A. Harmening <jah@FreeBSD.org>2021-03-31 01:15:55 +0000
commit8dc8feb53da0c1a2301cb21c87b17a09d12e8fa7 (patch)
tree2b8ae42d2c6a090f72d35153e8687e1d65085a30 /sys/mips/include
parent74f6cb0f316bc0f8fae0b7f31d78d041dc4d509e (diff)
Diffstat (limited to 'sys/mips/include')
-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 77f75903ccd5..6678f8264ad7 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -190,6 +190,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 */