Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305895
b: refs/heads/master
c: d788fec
h: refs/heads/master
i:
  305893: f25e16f
  305891: dfbc215
  305887: a89f2b3
v: v3
  • Loading branch information
Borislav Petkov authored and Herbert Xu committed Apr 9, 2012
1 parent 6d87b81 commit 2326b35
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a0ea0f6d17a6f14319069b039b7a9ebf54009678
refs/heads/master: d788fec855e832ee3381d9d3afc91c9c0292e428
5 changes: 3 additions & 2 deletions trunk/crypto/xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ calibrate_xor_blocks(void)

if (fastest) {
printk(KERN_INFO "xor: automatically using best "
"checksumming function: %s\n",
fastest->name);
"checksumming function:\n");
xor_speed(fastest);
goto out;
} else {
printk(KERN_INFO "xor: measuring software checksum speed\n");
XOR_TRY_TEMPLATES;
Expand All @@ -146,6 +146,7 @@ calibrate_xor_blocks(void)

#undef xor_speed

out:
free_pages((unsigned long)b1, 2);

active_template = fastest;
Expand Down

0 comments on commit 2326b35

Please sign in to comment.