Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/locore.S,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/locore.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.67.4.3 retrieving revision 1.78.2.3 diff -u -p -r1.67.4.3 -r1.78.2.3 --- src/sys/arch/i386/i386/locore.S 2009/05/16 10:41:14 1.67.4.3 +++ src/sys/arch/i386/i386/locore.S 2009/04/28 07:34:08 1.78.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.67.4.3 2009/05/16 10:41:14 yamt Exp $ */ +/* $NetBSD: locore.S,v 1.78.2.3 2009/04/28 07:34:08 skrll Exp $ */ /* * Copyright-o-rama! @@ -134,7 +134,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.67.4.3 2009/05/16 10:41:14 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.78.2.3 2009/04/28 07:34:08 skrll Exp $"); #include "opt_compat_oldboot.h" #include "opt_ddb.h" @@ -1080,10 +1080,7 @@ END(savectx) * Old call gate entry for syscall */ IDTVEC(osyscall) -#ifndef XEN - /* XXX we are in trouble! interrupts be off here. */ cli # must be first instruction -#endif pushfl # set eflags in trap frame popl 8(%esp) orl $PSL_I,(%esp) # re-enable ints on return to user