From: Alexander Duyck Date: Fri, 16 Nov 2012 21:58:12 +0000 (-0800) Subject: x86/lguest: Use __pa_symbol instead of __pa on C visible symbols X-Git-Tag: v3.9-rc1~108^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3956bd242926f8956992f6ed7805b0811be003;p=pandora-kernel.git x86/lguest: Use __pa_symbol instead of __pa on C visible symbols The function lguest_write_cr3 is using __pa to convert swapper_pg_dir and initial_page_table from virtual addresses to physical. The correct function to use for these values is __pa_symbol since they are C visible symbols. Cc: Rusty Russell Signed-off-by: Alexander Duyck Link: http://lkml.kernel.org/r/20121116215748.8521.83556.stgit@ahduyck-cp1.jf.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed