Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 20:17:20 +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.o8FKHeiu053099@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/include  smp.h 
    sys/sparc64/sparc64  genassym.c mp_exception.S mp_machdep.c 
                         tick.c 
  Log:
  SVN rev 212696 on 2010-09-15 20:17:20Z 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.22.2.7   +33 -0     src/sys/sparc64/include/smp.h
  1.70.2.10  +6 -5      src/sys/sparc64/sparc64/genassym.c
  1.13.2.3   +28 -4     src/sys/sparc64/sparc64/mp_exception.S
  1.36.2.15  +1 -0      src/sys/sparc64/sparc64/mp_machdep.c
  1.22.2.5   +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.o8FKHeiu053099>