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

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

perf, sparc: Fix CONFIG_PERF_EVENTS=y build error



Fix a typo in:

  004417a6: perf, arch: Cleanup perf-pmu init vs lockup-detector

Which caused a build failure on Sparc, reported by Stephen Rothwell.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5dc30558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1323,7 +1323,7 @@ int __init init_hw_perf_events(void)

	return 0;
}
early_initcall(init_hw_perf_event);
early_initcall(init_hw_perf_events);

void perf_callchain_kernel(struct perf_callchain_entry *entry,
			   struct pt_regs *regs)