Searched hist:eda8a2c599d1ff874a63de7684b430740e747dea (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | diff eda8a2c599d1ff874a63de7684b430740e747dea Tue Aug 03 09:15:53 CDT 2021 Sebastian Andrzej Siewior <bigeasy@linutronix.de> perf/x86/intel: Replace deprecated CPU-hotplug functions
The functions get_online_cpus() and put_online_cpus() have been deprecated during the CPU hotplug rework. They map directly to cpus_read_lock() and cpus_read_unlock().
Replace deprecated CPU-hotplug functions with the official version. The behavior remains unchanged.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20210803141621.780504-11-bigeasy@linutronix.de
|
H A D | core.c | diff eda8a2c599d1ff874a63de7684b430740e747dea Tue Aug 03 09:15:53 CDT 2021 Sebastian Andrzej Siewior <bigeasy@linutronix.de> perf/x86/intel: Replace deprecated CPU-hotplug functions
The functions get_online_cpus() and put_online_cpus() have been deprecated during the CPU hotplug rework. They map directly to cpus_read_lock() and cpus_read_unlock().
Replace deprecated CPU-hotplug functions with the official version. The behavior remains unchanged.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20210803141621.780504-11-bigeasy@linutronix.de
|