: :lwkt_relalltokens is defined in thread.h, but because :of an #ifdef in lwkt_thread.c, thread2.h is included :instead of thread.h. Are these backwards in the #ifdef?
It's just an SMP vs non-SMP build issue. lwkt_getalltokens()
and lwkt_relalltokens() need to exist for both builds and
they don't. I'll get the UP build working again.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
