提交 af7cf25d 编写于 作者: J Jan Beulich 提交者: NeilBrown

add further __init annotations to crypto/xor.c

Allow particularly do_xor_speed() to be discarded post-init.
Signed-off-by: NJan Beulich <jbeulich@suse.com>
Signed-off-by: NNeilBrown <neilb@suse.de>
上级 761becff
......@@ -56,11 +56,11 @@ xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs)
EXPORT_SYMBOL(xor_blocks);
/* Set of all registered templates. */
static struct xor_block_template *template_list;
static struct xor_block_template *__initdata template_list;
#define BENCH_SIZE (PAGE_SIZE)
static void
static void __init
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
{
int speed;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册