Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2003 13:34:25 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 critical.c exception.s src/sys/i386/include critical.h
Message-ID:  <200308042034.h74KYQEJ052138@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308042034.h74KYQEJ052138>