HomeFreeBSD

Move vm_page_dump bitset array definition to MI code

Description

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

Details

Provenance
scottphAuthored on
Reviewer
kib
Differential Revision
D26129: Move vm_page_dump bitset array definition to MI code
Parents
rS365976: Weaken assertions in pmap_l1_to_l2() and pmap_l2_to_l3().
Branches
Unknown
Tags
Unknown