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

Marius Strobl marius at FreeBSD.org
Sat Apr 16 08:00:43 PDT 2005


marius      2005-04-16 15:00:09 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  machdep.c 
  Log:
  - In sparc64_init() remove the call to tick_stop(). There's no need to
    call tick_stop() again after tick_init() as tick interrupts already
    have been disabled as part of tick_init().
  - In spinlock_enter() replace the magic value for PIL TICK with the
    respective macro.
  - Use FBSDID.
  
  Revision  Changes    Path
  1.125     +4 -7      src/sys/sparc64/sparc64/machdep.c


More information about the cvs-src mailing list