From 7a8e2f7a12ec1ecc622523858599bd3596fbc081 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 14:10:59 +0100 Subject: [PATCH] #if out cpu_smm_update, not relevant for xen (hopefully) --- hw/pc.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5