Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 18:26:31 +0000 (UTC)
From:      Stephan Uphoff <ups@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_switch.c sched_4bsd.c
Message-ID:  <200506091826.j59IQVMe054446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ups         2005-06-09 18:26:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_switch.c sched_4bsd.c 
  Log:
  Fix some race conditions for pinned threads that may cause them to run
  on the wrong CPU.
  
  Add IPI support for preempting a thread on another CPU.
  
  MFC after:3 weeks
  
  Revision  Changes    Path
  1.114     +30 -18    src/sys/kern/kern_switch.c
  1.75      +108 -47   src/sys/kern/sched_4bsd.c



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