aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2018-03-03 16:32:24 +0100
committerIngo Molnar <[email protected]>2018-03-04 12:39:34 +0100
commit14a7405b2e814221a951bd7a76ce4a8d24c1b3be (patch)
tree3a383586bd2fc95b0a5033eea76252b2085abde7
parent02d8ec9456f47b8865f1ff3fbb532e12a760d3b5 (diff)
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 <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--kernel/sched/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index e1e334ba8ff9..4f5eeb63ab5b 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -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