From 01718e3d95e07e111cd3335928475a1ce2fbe430 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 22 Jun 2010 14:25:45 +0200 Subject: [PATCH] Declare no_hpet variable for all targets We need to declare 'int no_hpet' for all targets to avoid build failure on no x86 builds. Signed-off-by: Jes Sorensen Signed-off-by: Avi Kivity --- vl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vl.c b/vl.c index 79f91d5ff8..c2e99fc215 100644 --- a/vl.c +++ b/vl.c @@ -207,9 +207,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; -- 2.11.4.GIT