Hi All,

The man page for LOCK(9) says that if the kernel option LOCKDEBUG is enabled, 
additional facilities are provided to assist in determining deadlock 
occurrences.

I created a copy of /sys/arch/amd64/conf/GENERIC and added option LOCKDEBUG. 
Executing config and then make clean && make results in warnings like:

implicit declaration of function '__mp_lock'

Adding includes for <sys/mplock.h> in the offending files resolves the problem 
but this just doesn't seem right.

Does anyone have any suggestions?

-- 
Helg

Reply via email to