Page MenuHomeFreeBSD

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

Authored by markj on Fri, May 9, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 3:29 PM
Unknown Object (File)
Sun, May 25, 4:05 AM
Unknown Object (File)
Sat, May 24, 12:03 AM
Unknown Object (File)
Fri, May 23, 9:16 AM
Unknown Object (File)
Sat, May 17, 12:33 AM
Unknown Object (File)
Sat, May 17, 12:33 AM
Unknown Object (File)
Sat, May 17, 12:33 AM
Unknown Object (File)
Sat, May 17, 12:33 AM
Subscribers

Details

Summary

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

Fixes: b16b4c22d2d1 ("vm_page: Implement lazy page initialization")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable