]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ACPI / processor: Remove outdated comments
authorHanjun Guo <hanjun.guo@linaro.org>
Mon, 2 Sep 2013 03:57:39 +0000 (11:57 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 Sep 2013 23:39:40 +0000 (01:39 +0200)
acpi_get_processor_id() can be find nowhere, and the acpi id
is synchronized to APIC id when acpi_get_cpuid() is called, so
the comments can be removed.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_processor.c

index 7ce075008034aa4e89cc4efefd158eced27358b8..da428929c1a42855b482762078edbc1c80b1c9f1 100644 (file)
@@ -240,11 +240,6 @@ static int acpi_processor_get_info(struct acpi_device *device)
                        return -ENODEV;
                }
 
-               /*
-                * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
-                *      >>> 'acpi_get_processor_id(acpi_id, &id)' in
-                *      arch/xxx/acpi.c
-                */
                pr->acpi_id = object.processor.proc_id;
        } else {
                /*