Page MenuHomeFreeBSD

physmem: zero entire array
ClosedPublic

Authored by mhorne on May 23 2024, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 26, 2:14 PM
Unknown Object (File)
Tue, Jun 4, 11:20 PM
Unknown Object (File)
May 25 2024, 5:50 PM
Unknown Object (File)
May 25 2024, 12:43 PM
Subscribers

Details

Summary

As a convenience to callers. An empty/zero-valued range indicates the
end of the physmap entries.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57871
Build 54759: arc lint + arc unit

Event Timeline

You can remove the bzero calls from ram_attach and the arm64 pmap_bootstrap_san1.

Remove now-redundant calls to bzero().

This revision is now accepted and ready to land.Tue, Jun 4, 5:33 PM
This revision was automatically updated to reflect the committed changes.