diff options
| author | Jason A. Harmening <jah@FreeBSD.org> | 2021-03-27 03:10:46 +0000 |
|---|---|---|
| committer | Jason A. Harmening <jah@FreeBSD.org> | 2021-03-31 01:15:55 +0000 |
| commit | 8dc8feb53da0c1a2301cb21c87b17a09d12e8fa7 (patch) | |
| tree | 2b8ae42d2c6a090f72d35153e8687e1d65085a30 /sys/mips/include | |
| parent | 74f6cb0f316bc0f8fae0b7f31d78d041dc4d509e (diff) | |
Diffstat (limited to 'sys/mips/include')
| -rw-r--r-- | sys/mips/include/pmap.h | 6 |
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 */ |
