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)
Jan 10 2024, 8:07 AM
Unknown Object (File)
Dec 30 2023, 4:58 PM
Unknown Object (File)
Dec 20 2023, 8:40 AM
Unknown Object (File)
Oct 11 2023, 7:53 PM
Unknown Object (File)
Sep 24 2023, 7:01 PM
Unknown Object (File)
Sep 16 2023, 1:23 PM
Unknown Object (File)
Aug 3 2023, 11:48 PM
Unknown Object (File)
Jun 8 2023, 8:41 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.