mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
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:
parent
53a95a5347
commit
afce63fffc
Notes:
sideshowbarker
2024-07-17 14:30:47 +09:00
Author: https://github.com/linusg
Commit: afce63fffc
Pull-request: https://github.com/SerenityOS/serenity/pull/13482
Reviewed-by: https://github.com/bgianfo ✅
4 changed files with 21 additions and 22 deletions
|
@ -128,8 +128,6 @@ class Processor {
|
|||
void cpu_detect();
|
||||
void cpu_setup();
|
||||
|
||||
NonnullOwnPtr<KString> features_string() const;
|
||||
|
||||
public:
|
||||
Processor() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue