]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
sched/core: Undefine tracepoint creation at the end of core.c
authorIngo Molnar <mingo@kernel.org>
Sat, 3 Mar 2018 15:32:24 +0000 (16:32 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 4 Mar 2018 11:39:34 +0000 (12:39 +0100)
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>
kernel/sched/core.c

index e1e334ba8ff968fd28ab51340e15d5a1afbb8d15..4f5eeb63ab5bf92e6442dda62d4c2af340bd8be5 100644 (file)
@@ -7071,3 +7071,5 @@ const u32 sched_prio_to_wmult[40] = {
  /*  10 */  39045157,  49367440,  61356676,  76695844,  95443717,
  /*  15 */ 119304647, 148102320, 186737708, 238609294, 286331153,
 };
+
+#undef CREATE_TRACE_POINTS