From: Alexander Duyck Date: Fri, 16 Nov 2012 21:57:43 +0000 (-0800) Subject: x86/acpi: Use __pa_symbol instead of __pa on C visible symbols X-Git-Tag: v3.9-rc1~108^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd51a0e32cd79261f0e823400886ed322a355ac;p=pandora-kernel.git x86/acpi: Use __pa_symbol instead of __pa on C visible symbols This change just updates one spot where __pa was being used when __pa_symbol should have been used. By using __pa_symbol we are able to drop a few extra lines of code as we don't have to test to see if the virtual pointer is a part of the kernel text or just standard virtual memory. Cc: Len Brown Cc: Pavel Machek Acked-by: "Rafael J. Wysocki" Signed-off-by: Alexander Duyck Link: http://lkml.kernel.org/r/20121116215737.8521.51167.stgit@ahduyck-cp1.jf.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed