From patchwork Tue Jun 15 14:32:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7/7] Declare no_hpet variable for all targets Date: Tue, 15 Jun 2010 04:32:41 -0000 From: Jes Sorensen X-Patchwork-Id: 55692 Message-Id: <1276612361-28604-8-git-send-email-Jes.Sorensen@redhat.com> To: mtosatti@redhat.com Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, Jes Sorensen From: Jes Sorensen We need to declare 'int no_hpet' for all targets to avoid build failure on no x86 builds. Signed-off-by: Jes Sorensen --- vl.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index e4a9aa9..b9a9a76 100644 --- a/vl.c +++ b/vl.c @@ -214,9 +214,7 @@ int smp_cores = 1; int smp_threads = 1; const char *vnc_display; int acpi_enabled = 1; -#ifdef TARGET_I386 int no_hpet = 0; -#endif int fd_bootchk = 1; int no_reboot = 0; int no_shutdown = 0;