Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 14:30:29 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sparc64 counter.c
Message-ID:  <200409301430.i8UEUTDp020813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kensmith    2004-09-30 14:30:29 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  counter.c 
  Log:
  Set the tc_quality field of the struct before calling tc_init(), since
  the structure space had been obtained from malloc() its contents is
  random garbage.  The choice of value being set is part of a larger effort
  to solve some timecounter issues on MP machines (while working on that
  we noticed this problem).
  
  Noticed by:     marius
  Reviewed by:    marius, green
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +2 -0      src/sys/sparc64/sparc64/counter.c



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