Missing symbol in lwkt_thread.c

Matthew Dillon dillon at apollo.backplane.com
Fri May 19 10:02:27 PDT 2006


:
: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 
					<dillon at xxxxxxxxxxxxx>





More information about the Bugs mailing list