From 5e5b5b68b45edee6fad4c8cc3d0d3dfa65b9c248 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 15 Feb 2007 10:34:21 +0000 Subject: [PATCH] Remove unuseful and noisy seg-fixup warning message. Signed-off-by: Keir Fraser --- xen/arch/x86/x86_32/seg_fixup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/x86/x86_32/seg_fixup.c b/xen/arch/x86/x86_32/seg_fixup.c index 7225717742..17c2557d48 100644 --- a/xen/arch/x86/x86_32/seg_fixup.c +++ b/xen/arch/x86/x86_32/seg_fixup.c @@ -278,10 +278,7 @@ int gpf_emulate_4gb(struct cpu_user_regs *regs) /* WARNING: We only work for ring-3 segments. */ if ( unlikely(vm86_mode(regs)) || unlikely(!ring_3(regs)) ) - { - dprintk(XENLOG_DEBUG, "Taken fault at bad CS %04x\n", regs->cs); goto fail; - } if ( !linearise_address((u16)regs->cs, regs->eip, (unsigned long *)&eip) ) { -- 2.30.2