From 30475701df3f2699f5e73300123eef1d9b47fc1c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 7 Mar 2016 10:53:25 +0100 Subject: [PATCH] remove typo --- hermit/arch/x86/kernel/processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/arch/x86/kernel/processor.c b/hermit/arch/x86/kernel/processor.c index 4b1d67f7b..f28b6328c 100644 --- a/hermit/arch/x86/kernel/processor.c +++ b/hermit/arch/x86/kernel/processor.c @@ -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));