projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25e55d
)
kirkwood: change CRC32 implementation to CRC32_SLICEBY8
author
Luka Perkov
<luka@openwrt.org>
Sun, 30 Nov 2014 01:20:38 +0000
(
01:20
+0000)
committer
Luka Perkov
<luka@openwrt.org>
Sun, 30 Nov 2014 01:20:38 +0000
(
01:20
+0000)
At least on my Iomega ix2-200 system, this makes btrfs writes about 30% faster.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43434
target/linux/kirkwood/config-3.14
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/config-3.14
b/target/linux/kirkwood/config-3.14
index d1c9fd4fe7b54a52d2a58ac58adacbe52c0f90fb..2a591223419bba5c7dda4ce0d5ecee004d9d845a 100644
(file)
--- a/
target/linux/kirkwood/config-3.14
+++ b/
target/linux/kirkwood/config-3.14
@@
-56,6
+56,8
@@
CONFIG_CPU_PM=y
CONFIG_CPU_TLB_FEROCEON=y
CONFIG_CPU_USE_DOMAINS=y
CONFIG_CRC16=y
+# CONFIG_CRC32_SARWATE is not set
+CONFIG_CRC32_SLICEBY8=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_HASH=y