Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2011 17:34:00 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/include clock.h src/sys/i386/include clock.h src/sys/x86/isa clock.c src/sys/x86/x86 tsc.c
Message-ID:  <201105091734.p49HYpZN058887@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2011-05-09 17:34:00 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    clock.h 
    sys/i386/include     clock.h 
    sys/x86/isa          clock.c 
    sys/x86/x86          tsc.c 
  Log:
  SVN rev 221703 on 2011-05-09 17:34:00Z by jkim
  
  Implement boot-time TSC synchronization test for SMP.  This test is executed
  when the user has indicated that the system has synchronized TSCs or it has
  P-state invariant TSCs.  For the former case, we may clear the tunable if it
  fails the test to prevent accidental foot-shooting.  For the latter case, we
  may set it if it passes the test to notify the user that it may be usable.
  
  Revision  Changes    Path
  1.68      +0 -1      src/sys/amd64/include/clock.h
  1.70      +0 -1      src/sys/i386/include/clock.h
  1.27      +0 -1      src/sys/x86/isa/clock.c
  1.19      +75 -10    src/sys/x86/x86/tsc.c



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