diff options
author | Olaf Hering <olaf@aepfle.de> | 2012-11-29 15:32:26 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-11-30 23:02:55 +0100 |
commit | a7be94ac8d69c037d08f0fd94b45a593f1d45176 (patch) | |
tree | 24e64d5a406346c6af33c1a6b99fb515c38dece4 /include/xen | |
parent | xen/acpi: Move the xen_running_on_version_or_later function. (diff) | |
download | linux-a7be94ac8d69c037d08f0fd94b45a593f1d45176.tar.xz linux-a7be94ac8d69c037d08f0fd94b45a593f1d45176.zip |
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 <olaf@aepfle.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions