Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af7cf25d authored by Jan Beulich's avatar Jan Beulich Committed by NeilBrown
Browse files

add further __init annotations to crypto/xor.c



Allow particularly do_xor_speed() to be discarded post-init.

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 761becff
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -56,11 +56,11 @@ xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs)
EXPORT_SYMBOL(xor_blocks);
EXPORT_SYMBOL(xor_blocks);


/* Set of all registered templates.  */
/* 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)
#define BENCH_SIZE (PAGE_SIZE)


static void
static void __init
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
{
{
	int speed;
	int speed;