perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build
authorIngo Molnar <mingo@elte.hu>
Sat, 6 Jun 2009 11:58:12 +0000 (13:58 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Mar 2010 12:40:44 +0000 (13:40 +0100)
Fix typo. But the modularization here is ugly and should be improved.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event_intel_ds.c

index 1bfd59b..c59678a 100644 (file)
@@ -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;
 }