summaryrefslogtreecommitdiff
path: root/.clang-format
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 /.clang-format
parenta9cf0eebb37c0ad5c3811e5e40d6730916a20767 (diff)
downloadsrc-test-ab041f713aeccdf23b4805ffb71815c8d4aa9c88.tar.gz
src-test-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 '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 480affab5722e..78e005ff7d390 100644
--- a/.clang-format
+++ b/.clang-format
@@ -76,6 +76,7 @@ ForEachMacros:
- TAILQ_FOREACH_REVERSE_SAFE
- TAILQ_FOREACH_SAFE
- VM_MAP_ENTRY_FOREACH
+ - VM_PAGE_DUMP_FOREACH
IndentCaseLabels: false
IndentPPDirectives: None
Language: Cpp