mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
78771302b2
commit
30475701df
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ static void set_pstate(int pstate)
|
|||
void dump_pstate(void)
|
||||
{
|
||||
if (!has_est())
|
||||
return
|
||||
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));
|
||||
|
|
Loading…
Add table
Reference in a new issue