Skip to content

Commit

Permalink
Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"
Browse files Browse the repository at this point in the history
This reverts commit a7be94a.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Konrad Rzeszutek Wilk committed Feb 15, 2013
1 parent 4f8c852 commit 5eb65be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ static void __init xen_hvm_init_shared_info(void)

static void __init init_hvm_pv_info(void)
{
uint32_t ecx, edx, pages, msr, base;
uint32_t eax, ebx, ecx, edx, pages, msr, base;
u64 pfn;

base = xen_cpuid_base();
Expand Down

0 comments on commit 5eb65be

Please sign in to comment.