]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
#if out cpu_smm_update, not relevant for xen (hopefully)
authorIan Jackson <iwj@mariner.uk.xensource.com>
Mon, 2 Jun 2008 13:10:59 +0000 (14:10 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 2 Jun 2008 13:10:59 +0000 (14:10 +0100)
hw/pc.c

diff --git a/hw/pc.c b/hw/pc.c
index 8193fcd6570c903efd4f58840b65de9e3d3c2c08..3f04c106987e8c780e7a69261c817e6f8fd59ef1 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -90,12 +90,14 @@ uint64_t cpu_get_tsc(CPUX86State *env)
     }
 }
 
+#if 0
 /* SMM support */
 void cpu_smm_update(CPUState *env)
 {
     if (i440fx_state && env == first_cpu)
         i440fx_set_smm(i440fx_state, (env->hflags >> HF_SMM_SHIFT) & 1);
 }
+#endif
 
 #ifndef CONFIG_DM
 /* IRQ handling */