Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caa0142d authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}