aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorBojan Novković <bnovkov@FreeBSD.org>2024-05-03 17:53:56 +0000
committerBojan Novković <bnovkov@FreeBSD.org>2024-05-25 17:24:55 +0000
commit0a44b8a56d23e24b05471ddb038b7dd30b149efe (patch)
tree67fb4842c536f794c97d9515ac02de664488ee13 /sys/powerpc/include
parentda76d349b6b104f4e70562304c800a0793dea18d (diff)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/vmparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index 250da8298610..a612acbef239 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -308,11 +308,13 @@ extern int vm_level_0_order;
* Need a page dump array for minidump.
*/
#define MINIDUMP_PAGE_TRACKING 1
+#define MINIDUMP_STARTUP_PAGE_TRACKING 1
#else
/*
* No minidump with 32-bit powerpc.
*/
#define MINIDUMP_PAGE_TRACKING 0
+#define MINIDUMP_STARTUP_PAGE_TRACKING 0
#endif
#define PMAP_HAS_DMAP (hw_direct_map)