mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Detect and display CPUID hypervisor signature
This commit is contained in:
parent
4cc346fb19
commit
b22357b17b
Notes:
sideshowbarker
2024-07-18 09:03:36 +09:00
Author: https://github.com/boricj
Commit: b22357b17b
Pull-request: https://github.com/SerenityOS/serenity/pull/8665
2 changed files with 20 additions and 0 deletions
|
@ -173,6 +173,8 @@ public:
|
|||
void early_initialize(u32 cpu);
|
||||
void initialize(u32 cpu);
|
||||
|
||||
void detect_hypervisor();
|
||||
|
||||
void idle_begin()
|
||||
{
|
||||
s_idle_cpu_mask.fetch_or(1u << m_cpu, AK::MemoryOrder::memory_order_relaxed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue