aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xor.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/xor.c')
-rw-r--r--crypto/xor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/xor.c b/crypto/xor.c
index 65c7b416b4a3..35d6b3adf230 100644
--- a/crypto/xor.c
+++ b/crypto/xor.c
@@ -56,11 +56,11 @@ xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs)
56EXPORT_SYMBOL(xor_blocks); 56EXPORT_SYMBOL(xor_blocks);
57 57
58/* Set of all registered templates. */ 58/* Set of all registered templates. */
59static struct xor_block_template *template_list; 59static struct xor_block_template *__initdata template_list;
60 60
61#define BENCH_SIZE (PAGE_SIZE) 61#define BENCH_SIZE (PAGE_SIZE)
62 62
63static void 63static void __init
64do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) 64do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
65{ 65{
66 int speed; 66 int speed;