Page MenuHomeFreeBSD

stand: Move md_copymodules into modinfo.c and reduce copies
ClosedPublic

Authored by imp on Sep 14 2022, 7:38 PM.
Tags
None
Referenced Files
F102691849: D36572.diff
Fri, Nov 15, 10:34 PM
Unknown Object (File)
Thu, Nov 7, 4:26 PM
Unknown Object (File)
Mon, Oct 21, 8:41 PM
Unknown Object (File)
Oct 16 2024, 12:29 PM
Unknown Object (File)
Oct 16 2024, 12:28 PM
Unknown Object (File)
Oct 16 2024, 12:28 PM
Unknown Object (File)
Oct 16 2024, 12:10 PM
Unknown Object (File)
Oct 4 2024, 10:38 AM
Subscribers

Details

Summary

md_copymodules, bi_copymdoules, bi_copymodules32 (x2) and
bi_copymodules64 (x2) are all the same routine... Replace them all with
md_copymodules. This saves about 800 bytes on i386 BIOS loader, which is
a nice bonus.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable