aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/md_var.h
diff options
context:
space:
mode:
authorD Scott Phillips <scottph@FreeBSD.org>2020-09-21 22:20:37 +0000
committerD Scott Phillips <scottph@FreeBSD.org>2020-09-21 22:20:37 +0000
commitab041f713aeccdf23b4805ffb71815c8d4aa9c88 (patch)
tree5eac5e6ee8c19209a3b421f8f4377eb19f1489c0 /sys/amd64/include/md_var.h
parenta9cf0eebb37c0ad5c3811e5e40d6730916a20767 (diff)
downloadsrc-ab041f713aeccdf23b4805ffb71815c8d4aa9c88.tar.gz
src-ab041f713aeccdf23b4805ffb71815c8d4aa9c88.zip
Move vm_page_dump bitset array definition to MI code
These definitions were repeated by all architectures, with small variations. Consolidate the common definitons in machine independent code and use bitset(9) macros for manipulation. Many opportunities for deduplication remain in the machine dependent minidump logic. The only intended functional change is increasing the bit index type to vm_pindex_t, allowing the indexing of pages with address of 8 TiB and greater. Reviewed by: kib, markj Approved by: scottl (implicit) MFC after: 1 week Sponsored by: Ampere Computing, Inc. Differential Revision: https://reviews.freebsd.org/D26129
Notes
Notes: svn path=/head/; revision=365977
Diffstat (limited to 'sys/amd64/include/md_var.h')
-rw-r--r--sys/amd64/include/md_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h
index 9a550d7024fe..7169474b31db 100644
--- a/sys/amd64/include/md_var.h
+++ b/sys/amd64/include/md_var.h
@@ -36,7 +36,6 @@
#include <x86/x86_var.h>
-extern uint64_t *vm_page_dump;
extern int hw_lower_amd64_sharedpage;
extern int hw_ibrs_disable;
extern int hw_ssb_disable;