* Feature: Reimplement POSIX CPU information.

* BugFix: Correct a typo in setProcessoInformation -> setProcessorInformation.
This commit is contained in:
Robert MacGregor 2022-05-24 20:58:28 -04:00
parent c687c0d23a
commit 2368f1d97c
5 changed files with 221 additions and 17 deletions

View file

@ -190,7 +190,7 @@ void Processor::init()
detectCpuFeatures(procflags);
Platform::SystemInfo.processor.properties = procflags;
SetProcessoInfo(Platform::SystemInfo.processor, vendor, brandString);
SetProcessorInfo(Platform::SystemInfo.processor, vendor, brandString);
Con::printf("System & Processor Information:");