Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339350
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority |
| Date | 2016-02-22 12:10 +0100 |
| Message-ID | <r4Wxk-4RK-29@gated-at.bofh.it> (permalink) |
| References | <r4Wxk-4RK-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[patch V2 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 12:10 +0100
csiph-web