Skip to content

Commit 14a7405

Browse files
author
Ingo Molnar
committed
sched/core: Undefine tracepoint creation at the end of core.c
Make it easier to concatenate all the scheduler .c files for single-module compilation. Cc: Peter Zijlstra <peterz@infradead.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 02d8ec9 commit 14a7405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/sched/core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7071,3 +7071,5 @@ const u32 sched_prio_to_wmult[40] = {
70717071
/* 10 */ 39045157, 49367440, 61356676, 76695844, 95443717,
70727072
/* 15 */ 119304647, 148102320, 186737708, 238609294, 286331153,
70737073
};
7074+
7075+
#undef CREATE_TRACE_POINTS

0 commit comments

Comments
 (0)