--- linux-2.6.20-xen-r6.orig/arch/i386/kernel/fixup.c 2007-10-15 15:22:09.000000000 -0700 +++ linux-2.6.20-xen-r6/arch/i386/kernel/fixup.c 2007-10-15 16:04:23.000000000 -0700 @@ -38,7 +38,6 @@ fastcall void do_fixup_4gb_segment(struct pt_regs *regs, long error_code) { -#if 0 static unsigned long printed = 0; char info[100]; int i; @@ -78,12 +77,6 @@ } printk("Continuing...\n\n"); -#else - if (printk_ratelimit()) - printk(KERN_WARNING - "4gb seg fixup, process %s (pid %d), cs:ip %02x:%08lx\n", - current->comm, current->tgid, regs->xcs, regs->eip); -#endif } static int __init fixup_init(void)