From: Hanjun Guo Date: Sun, 4 Jan 2015 10:55:03 +0000 (+0800) Subject: ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu() X-Git-Tag: fixes-v4.0-rc1~332^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02dc27db0dc74683efc4a2b36f55f5594451f38;p=pandora-kernel.git ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu() 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 (IA64) dependent so rename them as acpi_(un)map_cpu() to make arch agnostic and explicit. Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed