From: Ingo Molnar Date: Sat, 6 Jun 2009 11:58:12 +0000 (+0200) Subject: perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build X-Git-Tag: upstream/snapshot3+hdmi~14098^2~261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caa0142d84ceb0fc83e28f0475d0a7316cb6df77;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build Fix typo. But the modularization here is ugly and should be improved. Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo LKML-Reference: Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/cpu/perf_event_intel_ds.c b/arch/x86/kernel/cpu/perf_event_intel_ds.c index 1bfd59b..c59678a 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_ds.c +++ b/arch/x86/kernel/cpu/perf_event_intel_ds.c @@ -661,7 +661,7 @@ static void intel_ds_init(void) #else /* CONFIG_CPU_SUP_INTEL */ -static int reseve_ds_buffers(void) +static int reserve_ds_buffers(void) { return 0; }