Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 20:17:18 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_exception.S mp_machdep.c tick.c
Message-ID:  <201009152017.o8FKHYDT053065@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-09-15 20:17:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/sparc64/include  smp.h 
    sys/sparc64/sparc64  genassym.c mp_exception.S mp_machdep.c 
                         tick.c 
  Log:
  SVN rev 212695 on 2010-09-15 20:17:18Z by marius
  
  MFC: r210601 (partial), r211071, r211073
  
  - As it is not possible for sched_bind(9) to context switch with
    td_critnest > 1 when not already running on the desired CPU read the
    TICK counter of the BSP via a direct cross trap request in that case
    instead.
  - Provide a STICK based timecounter.
  
  Revision  Changes    Path
  1.25.2.6  +33 -0     src/sys/sparc64/include/smp.h
  1.76.2.5  +6 -5      src/sys/sparc64/sparc64/genassym.c
  1.15.2.2  +28 -4     src/sys/sparc64/sparc64/mp_exception.S
  1.52.2.7  +1 -0      src/sys/sparc64/sparc64/mp_machdep.c
  1.25.2.4  +73 -29    src/sys/sparc64/sparc64/tick.c



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