Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334245
b: refs/heads/master
c: af7cf25
h: refs/heads/master
i:
  334243: 3dee721
v: v3
  • Loading branch information
Jan Beulich authored and NeilBrown committed Oct 11, 2012
1 parent 69ab3c6 commit d512d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 761becff016b82a6a7a1b2ef224248da5f46bae9
refs/heads/master: af7cf25dd15b74a78bff8ed5dc969b20dae9554d
4 changes: 2 additions & 2 deletions trunk/crypto/xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d512d18

Please sign in to comment.