Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1339350 > unrolled thread

[patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority

Started byThomas Gleixner <tglx@linutronix.de>
First post2016-02-22 12:10 +0100
Last post2016-02-22 12:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug  priority Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 12:10 +0100

#1339350 — [patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority

FromThomas Gleixner <tglx@linutronix.de>
Date2016-02-22 12:10 +0100
Subject[patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority
Message-ID<r4Wxk-4RK-29@gated-at.bofh.it>
The perf core doesn't do anything related to hardware pmus on hotplug. Drop
the priority.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/kernel/cpu/perf_event_intel_uncore.c |    5 -----
 1 file changed, 5 deletions(-)

--- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
@@ -1294,11 +1294,6 @@ static int uncore_cpu_notifier(struct no
 
 static struct notifier_block uncore_cpu_nb = {
 	.notifier_call	= uncore_cpu_notifier,
-	/*
-	 * to migrate uncore events, our notifier should be executed
-	 * before perf core's notifier.
-	 */
-	.priority	= CPU_PRI_PERF + 1,
 };
 
 static int __init type_pmu_register(struct intel_uncore_type *type)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web