From: Jes Sorensen Date: Wed, 17 Jun 2009 09:08:08 +0000 (+0200) Subject: KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export X-Git-Tag: v2.6.31-rc2~73^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdfa071bd6fa8f5e5964569bef41e067540d424;p=pandora-kernel.git KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export Fix problem with double export of certain symbols from vsprintf.c which we do not wish to export from the kvm-intel.ko module. In addition, we do not have access to kallsyms_lookup() from the module, so make sure to #undef CONFIG_KALLSYMS Signed-off-by: Jes Sorensen Acked-by: Xiantao Zhang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed