]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: processor: Drop duplicate setting of shared_cpu_map
authorPunit Agrawal <punitagrawal@gmail.com>
Mon, 23 Nov 2020 23:59:51 +0000 (08:59 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 25 Nov 2020 15:44:36 +0000 (16:44 +0100)
commit3b4cfc30383fa894ef711aebb1892fb5b562d569
tree7442f4235c35fb7b5324ef987312e4cd9e83c03e
parent27d6e1d4ad8f79c1da44b64611df2b59be6180e2
ACPI: processor: Drop duplicate setting of shared_cpu_map

'shared_cpu_map', stored as part of the per-processor
acpi_processor_performance structre, is used to store CPUs that share
a performance domain. By definition it contains the owning CPU.

While building the 'shared_cpu_map' it is being set twice - once while
initialising the performance domains and again when matching CPUs
belonging to the same domain.

Drop the unnecessary initialisation.

Signed-off-by: Punit Agrawal <punitagrawal@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_perflib.c