Page MenuHomeFreeBSD

PPC: increase MAX_PICS to 32
ClosedPublic

Authored by wma on Sep 29 2017, 6:41 AM.
Tags
None
Referenced Files
F113971269: D12540.id33621.diff
Sun, Apr 6, 8:58 AM
Unknown Object (File)
Sat, Mar 8, 4:08 PM
Unknown Object (File)
Mar 6 2025, 4:11 PM
Unknown Object (File)
Mar 4 2025, 11:18 PM
Unknown Object (File)
Feb 26 2025, 6:18 AM
Unknown Object (File)
Feb 26 2025, 6:01 AM
Unknown Object (File)
Feb 14 2025, 1:11 AM
Unknown Object (File)
Jan 29 2025, 10:20 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.