cvs commit: src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h

John Baldwin jhb at FreeBSD.org
Thu Dec 23 12:34:19 PST 2004


jhb         2004-12-23 20:34:18 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        intr_machdep.c 
    sys/i386/include     intr_machdep.h 
  Log:
  Add a simple 'intrcnt_add' function that other MD code can use to add a
  single named counter to the interrupt counts without having to fake up an
  entire interrupt source.
  
  Revision  Changes    Path
  1.13      +11 -0     src/sys/i386/i386/intr_machdep.c
  1.6       +1 -0      src/sys/i386/include/intr_machdep.h


More information about the cvs-src mailing list