Page MenuHomeFreeBSD

Free bootstacks after AP startup.
ClosedPublic

Authored by kib on Dec 8 2018, 11:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 25 2024, 10:07 PM
Unknown Object (File)
Dec 23 2023, 10:47 AM
Unknown Object (File)
Sep 26 2023, 5:18 AM
Unknown Object (File)
Aug 21 2023, 10:41 AM
Unknown Object (File)
Jan 3 2023, 5:01 AM
Unknown Object (File)
Dec 28 2022, 8:23 AM
Subscribers

Details

Summary

Bootstacks are unused after APs executed sched_throw() in init_secondary_tail() and started executing on proper idle thread stack.
Add sysinit that detects that the idle thread for each CPU was scheduled at least once, and free corresponding bootstack.

I believe that slight addition of the code (~200 bytes) is worth it, because even on typical small modern desktop CPU we leak 128K of memory otherwise (4 pages x 8 threads).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 21450

Event Timeline

I also think it is worth it.

This revision is now accepted and ready to land.Dec 10 2018, 7:01 PM
This revision was automatically updated to reflect the committed changes.