mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
Kernel: Add Aarch64 CPU feature detection
This commit is contained in:
parent
9f736d782c
commit
97dce5d001
Notes:
sideshowbarker
2024-07-19 16:58:51 +09:00
Author: https://github.com/konradekk
Commit: 97dce5d001
Pull-request: https://github.com/SerenityOS/serenity/pull/16781
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/gmta
4 changed files with 53 additions and 16 deletions
|
@ -30,6 +30,7 @@ Processor* g_current_processor;
|
|||
void Processor::initialize(u32 cpu)
|
||||
{
|
||||
VERIFY(g_current_processor == nullptr);
|
||||
m_features = detect_cpu_features();
|
||||
|
||||
initialize_exceptions(cpu);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue