提交 7cc34680 编写于 作者: H Hanjun Guo 提交者: Rafael J. Wysocki

ACPI / processor: Remove outdated comments

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: NHanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 082e12a0
...@@ -240,11 +240,6 @@ static int acpi_processor_get_info(struct acpi_device *device) ...@@ -240,11 +240,6 @@ static int acpi_processor_get_info(struct acpi_device *device)
return -ENODEV; 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; pr->acpi_id = object.processor.proc_id;
} else { } else {
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册