Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2010 11:40:49 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/amd64/include apicvar.h clock.h src/sys/i386/i386 mp_machdep.c src/sys/i386/include apicvar.h clock.h src/sys/kern kern_clock.c src/sys/pc98/cbus clock.c src/sys/sys kernel.h systm.h ...
Message-ID:  <201005241141.o4OBfO2o026459@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2010-05-24 11:40:49 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      mp_machdep.c 
    sys/amd64/include    apicvar.h clock.h 
    sys/i386/i386        mp_machdep.c 
    sys/i386/include     apicvar.h clock.h 
    sys/kern             kern_clock.c 
    sys/pc98/cbus        clock.c 
    sys/sys              kernel.h systm.h 
    sys/x86/isa          clock.c 
    sys/x86/x86          local_apic.c 
  Log:
  SVN rev 208494 on 2010-05-24 11:40:49Z by mav
  
  - Implement MI helper functions, dividing one or two timer interrupts with
  arbitrary frequencies into hardclock(), statclock() and profclock() calls.
  Same code with minor variations duplicated several times over the tree for
  different timer drivers and architectures.
  - Switch all x86 archs to new functions, simplifying the code and removing
  extra logic from timer drivers. Other archs are also welcome.
  
  Revision  Changes    Path
  1.313     +0 -3      src/sys/amd64/amd64/mp_machdep.c
  1.35      +1 -2      src/sys/amd64/include/apicvar.h
  1.64      +0 -1      src/sys/amd64/include/clock.h
  1.305     +0 -3      src/sys/i386/i386/mp_machdep.c
  1.38      +2 -4      src/sys/i386/include/apicvar.h
  1.66      +0 -1      src/sys/i386/include/clock.h
  1.215     +52 -0     src/sys/kern/kern_clock.c
  1.179     +10 -11    src/sys/pc98/cbus/clock.c
  1.152     +2 -0      src/sys/sys/kernel.h
  1.286     +2 -0      src/sys/sys/systm.h
  1.5       +13 -53    src/sys/x86/isa/clock.c
  1.3       +3 -30     src/sys/x86/x86/local_apic.c



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