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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 24 22:27:20 PDT 2003


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






More information about the Commits mailing list