[BACK]Return to locore.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/locore.S between version 1.78.2.3 and 1.87

version 1.78.2.3, 2009/04/28 07:34:08 version 1.87, 2009/05/04 11:47:29
Line 1080  END(savectx)
Line 1080  END(savectx)
  * Old call gate entry for syscall   * Old call gate entry for syscall
  */   */
 IDTVEC(osyscall)  IDTVEC(osyscall)
   #ifndef XEN
           /* XXX we are in trouble! interrupts be off here. */
         cli                     # must be first instruction          cli                     # must be first instruction
   #endif
         pushfl                  # set eflags in trap frame          pushfl                  # set eflags in trap frame
         popl    8(%esp)          popl    8(%esp)
         orl     $PSL_I,(%esp)   # re-enable ints on return to user          orl     $PSL_I,(%esp)   # re-enable ints on return to user

Legend:
Removed from v.1.78.2.3  
changed lines
  Added in v.1.87

CVSweb <webmaster@jp.NetBSD.org>