HomeFreeBSD

vm_page: Don't create a cache zone for the lazyinit freepool

Description

vm_page: Don't create a cache zone for the lazyinit freepool

By design, it'll never be used, so there's no sense in allocating memory
for it.

Reviewed by: kib, dougm
Fixes: b16b4c22d2d1 ("vm_page: Implement lazy page initialization")
Differential Revision: https://reviews.freebsd.org/D50275