DragonFly BSD
DragonFly commits List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys thread.h user.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2003 22:26:52 -0700 (PDT)

dillon      2003/07/24 22:26:52 PDT

  Modified files:
    sys/sys              thread.h user.h 
  Log:
  Fix a minor bug in lwkt_init_thread() (the thread was being added to the
  wrong td_allq).
  
  Remove thread->td_cpu.  thread->td_gd (which points to the globaldata
  structure) is sufficient.  Add e_cpuid to eproc to compensate.
  
  Revision  Changes    Path
  1.28      +4 -6      src/sys/sys/thread.h
  1.10      +2 -1      src/sys/sys/user.h




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]