From: Ian Jackson Date: Mon, 2 Jun 2008 13:10:59 +0000 (+0100) Subject: #if out cpu_smm_update, not relevant for xen (hopefully) X-Git-Tag: xen-3.3.0-rc1~123 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7a8e2f7a12ec1ecc622523858599bd3596fbc081;p=qemu-xen-4.1-testing.git #if out cpu_smm_update, not relevant for xen (hopefully) --- diff --git a/hw/pc.c b/hw/pc.c index 8193fcd65..3f04c1069 100644 --- 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 */