cvs commit: src/sys/kern kern_switch.c sched_4bsd.c

Stephan Uphoff ups at FreeBSD.org
Thu Jun 9 18:26:32 GMT 2005


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


More information about the cvs-src mailing list