x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be...
authorJaswinder Singh <jaswinder@infradead.org>
Fri, 19 Dec 2008 17:07:58 +0000 (22:37 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 19 Dec 2008 22:15:10 +0000 (23:15 +0100)
commit94c46572a6d9bb497eda0a14099d9f1360d57d5d
tree1f7623292004e0c3c0e51cb34948993c8d76eaa4
parenta86ed50859d65a08beec9474df97b88438a996df
x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be static

Impact: cleanup, avoid sparse warnings, reduce kernel size a bit

Fixes these sparse warnings:
 arch/x86/kernel/cpu/perf_counter.c:44:11: warning: symbol 'intel_perfmon_event_map' was not declared. Should it be static?
 arch/x86/kernel/cpu/perf_counter.c:54:11: warning: symbol 'max_intel_perfmon_events' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_counter.c
This page took 0.024287 seconds and 5 git commands to generate.