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

Commit 86807fc9 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Fix compilation issue for non-SMP targets"

parents 63da29b3 4b2a021c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1372,6 +1372,10 @@ TRACE_EVENT(sched_isolate,
		__entry->time, __entry->isolate)
);

#include "walt.h"

#endif /* CONFIG_SMP */

TRACE_EVENT(sched_preempt_disable,

	TP_PROTO(u64 delta, bool irqs_disabled,
@@ -1404,9 +1408,6 @@ TRACE_EVENT(sched_preempt_disable,
				__entry->caddr2, __entry->caddr3)
);

#include "walt.h"

#endif /* CONFIG_SMP */
#endif /* _TRACE_SCHED_H */

/* This part must be outside protection */