DragonFly BSD
DragonFly bugs List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Missing symbol in lwkt_thread.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 May 2006 09:56:54 -0700 (PDT)

:
: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@xxxxxxxxxxxxx>



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