Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 1997 15:00:31 -0800 (PST)
From:      Steve Passe <fsmp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_clock.c src/sys/i386/include asnames.h smp.h smptests.h src/sys/i386/isa apic_vector.s intr_machdep.h src/sys/i386/i386 mp_machdep.c
Message-ID:  <199712082300.PAA23568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        1997/12/08 15:00:31 PST

  Modified files:
    sys/kern             kern_clock.c 
    sys/i386/include     asnames.h smp.h smptests.h 
    sys/i386/i386        mp_machdep.c 
  Log:
  The improvements to clock statistics by Tor Egge
  Wrappered and enabled by the define BETTER_CLOCK (on by default in smpyests.h)
  
  Reviewed by:	smp@csn.net
  Submitted by:	Tor Egge <Tor.Egge@idi.ntnu.no>
  
  Revision  Changes    Path
  1.46      +20 -1     src/sys/kern/kern_clock.c
  1.11      +8 -1      src/sys/i386/include/asnames.h
  1.33      +8 -1      src/sys/i386/include/smp.h
  1.28      +22 -1     src/sys/i386/include/smptests.h
  1.61      +315 -1    src/sys/i386/i386/mp_machdep.c

  Modified files:
    sys/i386/isa         apic_vector.s intr_machdep.h 
  Log:
  The improvements to clock statistics by Tor Egge
  Wrappered and enabled by the define BETTER_CLOCK (on by default in smpyests.h)
  
  apic_vector.s also contains a small change I (smp) made to eliminate
  the double level INT problem.  It seems stable, but I haven't the tools
  in place to prove it fixes the problem.
  
  Reviewed by:	smp@csn.net
  Submitted by:	Tor Egge <Tor.Egge@idi.ntnu.no>
  
  Revision  Changes    Path
  1.24      +146 -4    src/sys/i386/isa/apic_vector.s
  1.8       +11 -1     src/sys/i386/isa/intr_machdep.h



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