Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 22:19:08 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 initcpu.c perfmon.c sys_machdep.c vm_machdep.c src/sys/i386/include cpufunc.h src/sys/i386/isa npx.c
Message-ID:  <200203210619.g2L6J8q15474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/03/20 22:19:08 PST

  Modified files:
    sys/i386/i386        initcpu.c perfmon.c sys_machdep.c 
                         vm_machdep.c 
    sys/i386/include     cpufunc.h 
    sys/i386/isa         npx.c 
  Log:
  Fix abuses of cpu_critical_{enter,exit} by converting to
  intr_{disable,restore} as well as providing an implemenation of
  intr_{disable,restore}.
  
  Reviewed by: jake, rwatson, jhb
  
  Revision  Changes    Path
  1.35      +3 -4      src/sys/i386/i386/initcpu.c
  1.30      +9 -9      src/sys/i386/i386/perfmon.c
  1.69      +3 -3      src/sys/i386/i386/sys_machdep.c
  1.185     +3 -3      src/sys/i386/i386/vm_machdep.c
  1.116     +16 -0     src/sys/i386/include/cpufunc.h
  1.127     +12 -12    src/sys/i386/isa/npx.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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