mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
5655585589
The single user could have called freeze_secondary_cpus() directly. Since this function was a source of confusion, remove it as it's just a pointless wrapper. While at it, rename enable_nonboot_cpus() to thaw_secondary_cpus() to preserve the naming symmetry. Done automatically via: git grep -l enable_nonboot_cpus | xargs sed -i 's/enable_nonboot_cpus/thaw_secondary_cpus/g' Signed-off-by: Qais Yousef <qais.yousef@arm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> Link: https://lkml.kernel.org/r/20200430114004.17477-1-qais.yousef@arm.com |
||
---|---|---|
.. | ||
powercap | ||
regulator | ||
apm-acpi.rst | ||
basic-pm-debugging.rst | ||
charger-manager.rst | ||
drivers-testing.rst | ||
energy-model.rst | ||
freezing-of-tasks.rst | ||
index.rst | ||
opp.rst | ||
pci.rst | ||
pm_qos_interface.rst | ||
power_supply_class.rst | ||
runtime_pm.rst | ||
s2ram.rst | ||
suspend-and-cpuhotplug.rst | ||
suspend-and-interrupts.rst | ||
swsusp-and-swap-files.rst | ||
swsusp-dmcrypt.rst | ||
swsusp.rst | ||
tricks.rst | ||
userland-swsusp.rst | ||
video.rst |