aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd/spl/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/os/freebsd/spl/sys/param.h')
-rw-r--r--include/os/freebsd/spl/sys/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/os/freebsd/spl/sys/param.h b/include/os/freebsd/spl/sys/param.h
index 92724e332..96440dce0 100644
--- a/include/os/freebsd/spl/sys/param.h
+++ b/include/os/freebsd/spl/sys/param.h
@@ -33,6 +33,7 @@
#include <sys/types.h>
#include_next <sys/param.h>
#define PAGESIZE PAGE_SIZE
+#define PAGESHIFT PAGE_SHIFT
#define ptob(x) ((uint64_t)(x) << PAGE_SHIFT)
#ifdef _KERNEL
#include <sys/systm.h>