mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
Merge branch 'devel' of github.com:RWTH-OS/HermitCore into devel
This commit is contained in:
commit
78771302b2
3 changed files with 8 additions and 1 deletions
|
@ -252,6 +252,9 @@ static void set_pstate(int pstate)
|
|||
|
||||
void dump_pstate(void)
|
||||
{
|
||||
if (!has_est())
|
||||
return
|
||||
|
||||
kprintf("P-State 0x%x - 0x%x, turbo 0x%x\n", min_pstate, max_pstate, turbo_pstate);
|
||||
kprintf("PERF CTL 0x%llx\n", rdmsr(MSR_IA32_PERF_CTL));
|
||||
kprintf("PERF STATUS 0x%llx\n", rdmsr(MSR_IA32_PERF_STATUS));
|
||||
|
|
|
@ -412,8 +412,10 @@ out:
|
|||
if (ret)
|
||||
kfree(stack);
|
||||
|
||||
#if 0
|
||||
if (core_id != CORE_ID)
|
||||
apic_send_ipi(core_id, 121);
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
@ -511,8 +513,10 @@ out:
|
|||
kfree(counter);
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (core_id != CORE_ID)
|
||||
apic_send_ipi(core_id, 121);
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 65a2efba86f132e99afabedaf32ed069a74c3142
|
||||
Subproject commit 9e33db9a55112860a25fdbedb6de811c79410b71
|
Loading…
Add table
Reference in a new issue