Kernel: Move feature string building to ProcessorInfo

Other than a dmesgln(), ProcessorInfo is the only user of this function
and is already responsible for building other CPUID-related strings.
This commit is contained in:
Linus Groh 2022-04-03 16:47:38 +01:00 committed by Andreas Kling
commit afce63fffc
Notes: sideshowbarker 2024-07-17 14:30:47 +09:00
4 changed files with 21 additions and 22 deletions

View file

@ -128,8 +128,6 @@ class Processor {
void cpu_detect();
void cpu_setup();
NonnullOwnPtr<KString> features_string() const;
public:
Processor() = default;