[PATCH 3/3] ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()
From: Hanjun Guo <hidden>
Date: 2014-11-17 02:33:13
Also in:
linux-acpi, lkml
From: Hanjun Guo <hidden>
Date: 2014-11-17 02:33:13
Also in:
linux-acpi, lkml
On 2014-11-15 7:35, Rafael J. Wysocki wrote:
On Friday, October 31, 2014 11:55:46 PM Rafael J. Wysocki wrote:quoted
On Friday, October 31, 2014 07:49:49 AM Hanjun Guo wrote:quoted
On 2014?10?31? 04:12, Rafael J. Wysocki wrote:quoted
On Thursday, October 30, 2014 05:53:00 PM Hanjun Guo wrote:quoted
acpi_map_lsapic() will allocate a logical CPU number and map it to physical CPU id (such as APIC id) for the hot-added CPU, it will also do some mapping for NUMA node id and etc, acpi_unmap_lsapic() will do the reverse. We can see that the name of the function is a little bit confusing and arch dependent so rename them as acpi_(un)map_map() to make archThat's acpi_(un)map_cpu() I guess?ah, yes, typos, it should be acpi_(un)map_cpu(), my fault. should I send another version?No, I can fix this up.I've queued up the series for 3.19, thanks!
Thanks! Hanjun