diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-06 07:58:12 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-03-10 07:40:44 -0500 |
commit | caa0142d84ceb0fc83e28f0475d0a7316cb6df77 (patch) | |
tree | d9cf5ae799f93a1f9b6186a8a8a04059273a816b /arch/x86 | |
parent | ba7e4d13fc7e25af1d167d40e6f028298dfc55ad (diff) |
perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/perf_event_intel_ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_ds.c b/arch/x86/kernel/cpu/perf_event_intel_ds.c index 1bfd59beb658..c59678a14a2e 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) | |||
661 | 661 | ||
662 | #else /* CONFIG_CPU_SUP_INTEL */ | 662 | #else /* CONFIG_CPU_SUP_INTEL */ |
663 | 663 | ||
664 | static int reseve_ds_buffers(void) | 664 | static int reserve_ds_buffers(void) |
665 | { | 665 | { |
666 | return 0; | 666 | return 0; |
667 | } | 667 | } |