Page MenuHomeFreeBSD

physmem: zero entire array
ClosedPublic

Authored by mhorne on May 23 2024, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 3:04 PM
Unknown Object (File)
Mon, Sep 29, 2:03 PM
Unknown Object (File)
Sun, Sep 21, 9:25 AM
Unknown Object (File)
Thu, Sep 18, 7:29 PM
Unknown Object (File)
Wed, Sep 17, 7:17 AM
Unknown Object (File)
Wed, Sep 17, 3:56 AM
Unknown Object (File)
Wed, Sep 17, 12:48 AM
Unknown Object (File)
Sep 14 2025, 4:54 AM
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 Not Applicable
Unit
Tests Not Applicable

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.Jun 4 2024, 5:33 PM
This revision was automatically updated to reflect the committed changes.