1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:07:45 +00:00

Kernel: Print Aarch64 CPU features during CPU initialization

This commit is contained in:
konrad 2023-01-08 04:44:22 +01:00 committed by Jelle Raaijmakers
parent a8e9591bac
commit 6979cf230e
2 changed files with 4 additions and 0 deletions

View file

@ -284,6 +284,7 @@ public:
private:
Processor(Processor const&) = delete;
u32 m_cpu;
CPUFeature::Type m_features;
Thread* m_current_thread;