Commit caa0142d authored by Ingo Molnar's avatar Ingo Molnar

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: default avatarIngo Molnar <mingo@elte.hu>
parent ba7e4d13
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment