cvs commit: src/sys/sparc64/sparc64 tick.c

Marius Strobl marius at FreeBSD.org
Tue Mar 28 20:25:47 UTC 2006


marius      2006-03-28 20:25:46 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  tick.c 
  Log:
  - 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
  
  Inspired by:    kmacy's sun4v changes
  MFC after:      3 days
  
  Revision  Changes    Path
  1.21      +12 -7     src/sys/sparc64/sparc64/tick.c


More information about the cvs-src mailing list