On 2 May 2018 17:34, quoth Joye Laurent:
> I'm using the code from etherlabmaster (default branch) + your own patches
> (Patchset 20171108 based on default branch 33b922ec1871).
> 
> I'm trying to compile a kernel 4.14 with rtmutex enabled at configure time.
> The compilation fails because an include directive is missing. If I add, in 
> the
> file master/locks.h, the line "include <linux/rtmutex>" right after the line
> "#ifdef EC_USE_RTMUTEX", it works.

My apologies for the late reply.  I've tried this myself (without the extra 
#include) and it compiles ok.

Are you using an -rt patched kernel?  There is an assumption that if you want 
rtmutexes you should be using an -rt patched kernel as well, as otherwise they 
would provide less benefit.

_______________________________________________
etherlab-dev mailing list
etherlab-dev@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-dev

Reply via email to