cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

Bill Paul wpaul at FreeBSD.org
Thu Oct 20 10:45:59 PDT 2005


wpaul       2005-10-20 17:45:58 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ntoskrnl.c 
  Log:
  Use sched_bind() to make sure the DPC threads are bound to the correct
  processor, to insure DPC thread 0 runs on CPU0, DPC thread 1 runs on
  CPU1, and so on.
  
  Elevate the priority of the workitem threads, though don't use as
  high a priority as the DPC threads.
  
  Revision  Changes    Path
  1.75      +15 -1     src/sys/compat/ndis/subr_ntoskrnl.c


More information about the cvs-src mailing list