From: David S. Miller Date: Mon, 30 Oct 2006 00:14:55 +0000 (-0800) Subject: [ETH1394]: Fix unaligned accesses. X-Git-Tag: v2.6.19-rc5~101^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20e3945c761502b9d5d73ef0ff5f1a84b3a717e;p=pandora-kernel.git [ETH1394]: Fix unaligned accesses. Several u64 objects are derefernced in situations where the pointer is not guarenteed to be aligned correctly. Use get_unaligned() as needed. Thanks to Will Simoneau for lots of testing and debugging help. Signed-off-by: David S. Miller Acked-by: Stefan Richter --- Reading git-diff-tree failed