1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2016-03-07 10:53:25 +01:00
parent 78771302b2
commit 30475701df

View file

@ -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));