HI

Tried to get click running on 2.6.19.2. 

Had some problems with elements/linuxmodule/todevice.cc


# else

 245     local_bh_disable();

 246     if (!spin_trylock(&_dev->xmit_lock)) {

 247         local_bh_enable();

 248         _task.fast_reschedule();

 249         return false;

 250     }

 251     _dev->xmit_lock_owner = smp_processor_id();

 252 # endif



on line  246 and 353 

&_dev->xmit_lock  should be  &_dev->_xmit_lock  I believe.




cheers


W van Willigenburg
Alcatel-Lucent
Senior Systems and Software Engineer
Bell Labs Europe
Larenseweg 50 
Room:BG141
1222 CN Hilversum The Netherlands
Email:[EMAIL PROTECTED]
Phone:+31356871905

Please consider your environmental responsibility before printing this
e-mail.

_______________________________________________
click mailing list
click@amsterdam.lcs.mit.edu
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to