cvs commit: src/sys/ia64/ia64 machdep.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Dec 13 18:02:46 PST 2003


marcel      2003/12/13 17:59:31 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c 
  Log:
  In set_mcontext(), take into account that kse_switchin(2) will
  eventually be passed an async. context as well as a syscall
  context.
  While here, fix a serious bug in that if the trapframe is a
  syscall frame, but we're restoring an async context, we need
  to clear the FRAME_SYSCALL flag so that we leave the kernel
  via exception_restore.
  
  Revision  Changes    Path
  1.174     +10 -5     src/sys/ia64/ia64/machdep.c


More information about the cvs-src mailing list