Page MenuHomeFreeBSD

Only store the arm64 ID registers in the cpu_desc
ClosedPublic

Authored by andrew on Jul 29 2021, 9:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 8:56 PM
Unknown Object (File)
Dec 5 2024, 5:04 AM
Unknown Object (File)
Oct 17 2024, 8:24 PM
Unknown Object (File)
Oct 17 2024, 8:24 PM
Unknown Object (File)
Oct 17 2024, 8:24 PM
Unknown Object (File)
Oct 17 2024, 8:05 PM
Unknown Object (File)
Sep 28 2024, 5:27 PM
Unknown Object (File)
Sep 28 2024, 8:55 AM
Subscribers

Details

Summary

There is no need to store a pointer to the CPU implementer and part
strings. Switch to load them directly into the sbuf used to print them
on boot.

While here print the machine ID register when we fail to determine the
implementer or part we are booting on.

Diff Detail

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