Page MenuHomeFreeBSD

PPC: increase MAX_PICS to 32
ClosedPublic

Authored by wma on Sep 29 2017, 6:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 22, 11:24 PM
Unknown Object (File)
Thu, Sep 18, 9:45 PM
Unknown Object (File)
Sep 18 2025, 5:01 PM
Unknown Object (File)
Sep 14 2025, 2:13 PM
Unknown Object (File)
Sep 4 2025, 8:59 PM
Unknown Object (File)
Sep 4 2025, 5:05 AM
Unknown Object (File)
Sep 1 2025, 11:57 AM
Unknown Object (File)
Jul 7 2025, 7:33 AM
Subscribers

Details

Summary

Previous value was too low on dual-socket POWER8 system, 32 seems to be safe for now.

Diff Detail

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

Event Timeline

Looks good to me. A better, longer-term, change would be to replace this list entirely with a dynamically allocated linked list or something. It isn't used in early boot (before malloc), or from assembly, or from anywhere performance-critical, so there's really no reason to keep it like this.

This revision is now accepted and ready to land.Sep 29 2017, 2:53 PM
This revision was automatically updated to reflect the committed changes.