Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2000 16:36:01 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include md_var.h src/sys/i386/i386 machdep.c src/sys/i386/include asnames.h md_var.h src/sys/i386/isa ipl.s src/sys/ia64/ia64 machdep.c src/sys/ia64/include md_var.h src/sys/kern kern_intr.c ...
Message-ID:  <200012050036.eB50a1k34417@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2000/12/04 16:36:01 PST

  Modified files:
    sys/alpha/alpha      machdep.c 
    sys/alpha/include    md_var.h 
    sys/i386/i386        machdep.c 
    sys/i386/include     asnames.h md_var.h 
    sys/i386/isa         ipl.s 
    sys/ia64/ia64        machdep.c 
    sys/ia64/include     md_var.h 
    sys/kern             kern_intr.c 
    sys/net              netisr.h 
  Log:
  Remove the last of the MD netisr code.  It is now all MI.  Remove
  spending, which was unused now that all software interrupts have
  their own thread.  Make the legacy schednetisr use an atomic op
  for setting bits in the netisr mask.
  
  Reviewed by:	jhb
  
  Revision  Changes    Path
  1.103     +1 -28     src/sys/alpha/alpha/machdep.c
  1.14      +1 -2      src/sys/alpha/include/md_var.h
  1.424     +1 -28     src/sys/i386/i386/machdep.c
  1.49      +1 -3      src/sys/i386/include/asnames.h
  1.39      +1 -2      src/sys/i386/include/md_var.h
  1.41      +1 -27     src/sys/i386/isa/ipl.s
  1.15      +1 -28     src/sys/ia64/ia64/machdep.c
  1.3       +1 -2      src/sys/ia64/include/md_var.h
  1.34      +28 -1     src/sys/kern/kern_intr.c
  1.24      +6 -2      src/sys/net/netisr.h



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?200012050036.eB50a1k34417>