提交 4138960a 编写于 作者: R Robert Richter 提交者: Ingo Molnar

perf_counter, x86: add default path to cpu detection

This quits hw counter initialization immediately if no cpu is
detected.

[ Impact: cleanup ]
Signed-off-by: NRobert Richter <robert.richter@amd.com>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: NPeter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1241002046-8832-4-git-send-email-robert.richter@amd.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 829b42dd
...@@ -997,6 +997,8 @@ void __init init_hw_perf_counters(void) ...@@ -997,6 +997,8 @@ void __init init_hw_perf_counters(void)
case X86_VENDOR_AMD: case X86_VENDOR_AMD:
pmc_ops = pmc_amd_init(); pmc_ops = pmc_amd_init();
break; break;
default:
return;
} }
if (!pmc_ops) if (!pmc_ops)
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册