Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6

This commit is contained in:
David S. Miller
2008-04-03 14:33:42 -07:00
613 changed files with 11364 additions and 7842 deletions

View File

@@ -23,7 +23,7 @@
struct rxrpc_crypt {
union {
u8 x[FCRYPT_BSIZE];
u32 n[2];
__be32 n[2];
};
} __attribute__((aligned(8)));