cvs commit: src/sys/kern kern_cpu.c

Nate Lawson njl at FreeBSD.org
Sun Aug 19 23:28:27 PDT 2007


njl         2007-08-20 06:28:26 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  Always call sched_bind(), even if on the CPU in question.  It is wrong to
  check if we're already on that cpu and skip the bind since the thread could
  be migrated off in the meantime.
  
  Suggested by:   jeff
  Approved by:    re
  
  Revision  Changes    Path
  1.27      +15 -25    src/sys/kern/kern_cpu.c


More information about the cvs-src mailing list