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 retrieving revision 1.102 retrieving revision 1.103 diff -u -p -r1.102 -r1.103 --- src/sys/arch/i386/i386/locore.S 2012/09/01 23:19:46 1.102 +++ src/sys/arch/i386/i386/locore.S 2012/10/26 14:46:44 1.103 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.102 2012/09/01 23:19:46 cherry Exp $ */ +/* $NetBSD: locore.S,v 1.103 2012/10/26 14:46:44 chs Exp $ */ /* * Copyright-o-rama! @@ -129,7 +129,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.102 2012/09/01 23:19:46 cherry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.103 2012/10/26 14:46:44 chs Exp $"); #include "opt_compat_oldboot.h" #include "opt_ddb.h" @@ -1130,7 +1130,7 @@ IDTVEC(osyscall) #endif pushfl # set eflags in trap frame popl 8(%esp) - orl $PSL_I,(%esp) # re-enable ints on return to user + orl $PSL_I,8(%esp) # re-enable ints on return to user pushl $7 # size of instruction for restart jmp syscall1 IDTVEC_END(osyscall)