cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include ucontext.h src/lib/libpthread/arch/ia64/include pthread_md.h

Marcel Moolenaar marcel at FreeBSD.org
Sun Dec 7 12:47:35 PST 2003


marcel      2003/12/07 12:47:33 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c 
    sys/ia64/include     ucontext.h 
    lib/libpthread/arch/ia64/include pthread_md.h 
  Log:
  Simplify the contexts created by the kernel and remove the related
  flags. We now create asynchronous contexts or syscall contexts only.
  Syscall contexts differ from the minimal ABI dictated contexts by
  having the scratch registers saved and restored because that's where
  we keep the syscall arguments and syscall return values.
  Since this change affects KSE, have it use kse_switchin(2) for the
  "new" syscall context.
  
  Revision  Changes    Path
  1.12      +6 -0      src/lib/libpthread/arch/ia64/include/pthread_md.h
  1.173     +10 -26    src/sys/ia64/ia64/machdep.c
  1.7       +19 -30    src/sys/ia64/include/ucontext.h


More information about the cvs-src mailing list