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>
This commit is contained in:
Ingo Molnar 2009-06-06 13:58:12 +02:00
parent ba7e4d13fc
commit caa0142d84
1 changed files with 1 additions and 1 deletions

View 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;
}