unaligned access in sk_run_filter()
authorDmitry Mishin <dim@openvz.org>
Tue, 18 Apr 2006 21:50:10 +0000 (14:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 18 Apr 2006 22:57:54 +0000 (15:57 -0700)
This patch fixes unaligned access warnings noticed on IA64
in sk_run_filter(). 'ptr' can be unaligned.

Signed-off-By: Dmitry Mishin <dim@openvz.org>
Signed-off-By: Kirill Korotaev <dev@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found