cvs commit: src/sys/i386/i386 critical.c exception.s src/sys/i386/include critical.h

John Baldwin jhb at FreeBSD.org
Mon Aug 4 13:34:27 PDT 2003


jhb         2003/08/04 13:34:25 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        critical.c exception.s 
    sys/i386/include     critical.h 
  Log:
  - GC unused cpu_thread_link().
  - Move the enabling of interrupts out of assembly and into C a few
    instructions later at cpu_critical_fork_exit().  This puts more of the
    MD critical section implementation under the MD critical section API
    making it easier to test and develop alternative implementations.
  
  Revision  Changes    Path
  1.10      +1 -13     src/sys/i386/i386/critical.c
  1.104     +0 -3      src/sys/i386/i386/exception.s
  1.3       +0 -2      src/sys/i386/include/critical.h


More information about the cvs-src mailing list