Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 22:14:58 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha db_interface.c interrupt.c machdep.c prom.c trap.c src/sys/alpha/include cpufunc.h src/sys/alpha/pci cia.c t2.c t2_pci.c
Message-ID:  <200203210614.g2L6Ew614544@freefall.freebsd.org>

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

  Modified files:
    sys/alpha/alpha      db_interface.c interrupt.c machdep.c 
                         prom.c trap.c 
    sys/alpha/include    cpufunc.h 
    sys/alpha/pci        cia.c t2.c t2_pci.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}.
  
  Revision  Changes    Path
  1.26      +3 -3      src/sys/alpha/alpha/db_interface.c
  1.66      +3 -3      src/sys/alpha/alpha/interrupt.c
  1.169     +12 -12    src/sys/alpha/alpha/machdep.c
  1.23      +11 -11    src/sys/alpha/alpha/prom.c
  1.89      +6 -6      src/sys/alpha/alpha/trap.c
  1.13      +13 -0     src/sys/alpha/include/cpufunc.h
  1.39      +6 -6      src/sys/alpha/pci/cia.c
  1.15      +3 -3      src/sys/alpha/pci/t2.c
  1.11      +4 -4      src/sys/alpha/pci/t2_pci.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?200203210614.g2L6Ew614544>