HomeFreeBSD

Restore the reservation of boot pages for bucket zones after r355707.

Description

Restore the reservation of boot pages for bucket zones after r355707.

uma_startup2() sets booted = BOOT_BUCKETS after calling bucket_init(),
but before that assignment, startup_alloc() will use pages from the
reserved pool, so the bucket zones themselves are still allocated using
startup pages.

Reviewed by: rlibby
Reported by: Jenkins via lwhsu
Differential Revision: https://reviews.freebsd.org/D22797

Details

Provenance
markjAuthored on
Reviewer
rlibby
Differential Revision
D22797: Restore the reservation of boot pages for bucket zones.
Parents
rS355719: [PowerPC] Enable TLS usage in system libraries on ELFv2.
Branches
Unknown
Tags
Unknown