Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 10 2024, 11:48 PM
Unknown Object (File)
Oct 10 2024, 11:48 PM
Unknown Object (File)
Oct 10 2024, 11:46 PM
Unknown Object (File)
Oct 10 2024, 11:46 PM
Unknown Object (File)
Oct 10 2024, 11:46 PM
Unknown Object (File)
Oct 1 2024, 6:14 AM
Unknown Object (File)
Sep 29 2024, 8:04 PM
Unknown Object (File)
Sep 22 2024, 3:09 PM
Subscribers

Diff Detail

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

Event Timeline

Ensure that cpu_stdext_feature is initialized before ireloc.

sys/amd64/amd64/machdep.c
1541

Ignore this line, it is innocent and appears due to the way the diff is generated.

This makes the kernel boot fine with mem* routines flipped to erms.

This revision is now accepted and ready to land.May 9 2018, 2:20 PM
This revision was automatically updated to reflect the committed changes.