Page MenuHomeFreeBSD

Remove dead code from the powerpc uma_small_alloc().
ClosedPublic

Authored by markj on Mar 6 2020, 8:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 3:49 AM
Unknown Object (File)
Fri, Oct 31, 6:36 AM
Unknown Object (File)
Thu, Oct 23, 2:40 AM
Unknown Object (File)
Thu, Oct 23, 2:40 AM
Unknown Object (File)
Thu, Oct 23, 2:40 AM
Unknown Object (File)
Wed, Oct 22, 6:48 PM
Unknown Object (File)
Tue, Oct 21, 7:16 PM
Unknown Object (File)
Oct 7 2025, 5:13 PM
Subscribers

Details

Summary

32-bit Book-E doesn't set UMA_MD_SMALL_ALLOC, and 32-bit OEA platforms
have a 32-bit vm_paddr_t. Moreover, this code was wrong in that it
leaked the page if the check failed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable