projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7e4d1
)
perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build
author
Ingo Molnar
<mingo@elte.hu>
Sat, 6 Jun 2009 11:58:12 +0000
(13:58 +0200)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/perf_event_intel_ds.c
b/arch/x86/kernel/cpu/perf_event_intel_ds.c
index 1bfd59beb658a14edbc372cf78f0cb26af0774e3..c59678a14a2e549fb5b0b79daa223d447a43d378 100644
(file)
--- 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 rese
r
ve_ds_buffers(void)
{
return 0;
}