aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2016-01-08 03:43:38 -0500
committerIngo Molnar <mingo@kernel.org>2016-01-21 12:54:20 -0500
commit5947f6576e2edee1189b00bf5b2a3f2c653caa6b (patch)
tree6c1c2081386c090611fc9f28ce84413e975edce7 /kernel
parent70a0165752944e0be0b1de4a9020473079962c18 (diff)
perf: Remove stale comment
The comment here is horribly out of date, remove it. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vince Weaver <vincent.weaver@maine.edu> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/events/core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/events/core.c b/kernel/events/core.c
index e7bda0ed8d40..751538ce19a7 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -2130,13 +2130,6 @@ static int __perf_install_in_context(void *info)
2130 2130
2131/* 2131/*
2132 * Attach a performance event to a context 2132 * Attach a performance event to a context
2133 *
2134 * First we add the event to the list with the hardware enable bit
2135 * in event->hw_config cleared.
2136 *
2137 * If the event is attached to a task which is on a CPU we use a smp
2138 * call to enable it in the task context. The task might have been
2139 * scheduled away, but we check this in the smp call again.
2140 */ 2133 */
2141static void 2134static void
2142perf_install_in_context(struct perf_event_context *ctx, 2135perf_install_in_context(struct perf_event_context *ctx,