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

Commit 7e7b4389 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar
Browse files

x86/oprofile: fix on_each_cpu build error



Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Cc: Jason Yeh <jason.yeh@amd.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1a960b40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static int nmi_switch_event(void)
	if (nmi_multiplex_on() < 0)
		return -EINVAL;

	on_each_cpu(nmi_cpu_switch, NULL, 0, 1);
	on_each_cpu(nmi_cpu_switch, NULL, 1);

	return 0;
}