Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 23:38:29 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sparc64 tick.c
Message-ID:  <200603312338.k2VNcTOx029884@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2006-03-31 23:38:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/sparc64/sparc64  tick.c 
  Log:
  MFC: 1.21
  
  - Move the check for too high HZ values from tick_init() to tick_start()
    as we have to call tick_init() before cninit() in order to provide the
    low-level console drivers with a working DELAY() which in turn means we
    cannot use panic() in tick_init().
  - s,to high, too high, in the panic string
  
  Approved by:    re (mux)
  
  Revision  Changes    Path
  1.16.2.1  +12 -7     src/sys/sparc64/sparc64/tick.c



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