]> git.baikalelectronics.ru Git - kernel.git/commit
xen/PVonHVM: fix compile warning in init_hvm_pv_info
authorOlaf Hering <olaf@aepfle.de>
Thu, 29 Nov 2012 14:32:26 +0000 (15:32 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 30 Nov 2012 22:02:55 +0000 (17:02 -0500)
commit055dc9d0b9cf7e0664d0359eba078bc59c14312f
tree24e64d5a406346c6af33c1a6b99fb515c38dece4
parentec857f48845828dd42bb0037b1087ac0344a6f8d
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 7cd9a6fc5807 ("xen PVonHVM: use E820_Reserved area
for shared_info").

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c