Skip to content

Commit

Permalink
perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Mar 10, 2010
1 parent ba7e4d1 commit caa0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/perf_event_intel_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit caa0142

Please sign in to comment.