Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198014
b: refs/heads/master
c: ec49fdb
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Pekka Enberg committed May 19, 2010
1 parent f7a0987 commit 66246ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4581ced379736fd76432c754f999d26deb83fbb7
refs/heads/master: ec49fdbd354cb133340e25ff84d88284bb17e99a
6 changes: 0 additions & 6 deletions trunk/include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@
* as arm where pointers are 32-bit aligned but there are data types such as
* u64 which require 64-bit alignment.
*/
#if defined(ARCH_KMALLOC_MINALIGN)
#define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
#elif defined(ARCH_SLAB_MINALIGN)
#define CRYPTO_MINALIGN ARCH_SLAB_MINALIGN
#else
#define CRYPTO_MINALIGN __alignof__(unsigned long long)
#endif

#define CRYPTO_MINALIGN_ATTR __attribute__ ((__aligned__(CRYPTO_MINALIGN)))

Expand Down

0 comments on commit 66246ce

Please sign in to comment.