Cyril Wallois wrote:
> Hi all,
> 
> The problem has been solved by adding a constraint of alignment in the
> structure rt_proc_call :
> 
> struct rt_proc_call {
>     struct list_head    list_entry;
>     int                 processed;
>     rtpc_proc           proc;
>     int                 result;
>     atomic_t            ref_count;
>     wait_queue_head_t   call_wq;
>     rtpc_cleanup_proc   cleanup_handler;
>     char                priv_data[0] __attribute__((aligned(8)));
> };
> 
> priv_data is the address of the structure ipv4_cmd which was not aligned in
> my case.

Good catch! Pushed your fix into git.

Thanks,
Jan

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to