From: Olaf Hering Date: Thu, 29 Nov 2012 14:32:26 +0000 (+0100) Subject: xen/PVonHVM: fix compile warning in init_hvm_pv_info X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7be94ac8d69c037d08f0fd94b45a593f1d45176;p=pandora-kernel.git xen/PVonHVM: fix compile warning in init_hvm_pv_info After merging the xen-two tree, today's linux-next build (x86_64 allmodconfig) produced this warning: arch/x86/xen/enlighten.c: In function 'init_hvm_pv_info': arch/x86/xen/enlighten.c:1617:16: warning: unused variable 'ebx' [-Wunused-variable] arch/x86/xen/enlighten.c:1617:11: warning: unused variable 'eax' [-Wunused-variable] Introduced by commit 9d02b43dee0d ("xen PVonHVM: use E820_Reserved area for shared_info"). Signed-off-by: Olaf Hering Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed