summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/xor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/xor.h b/include/asm-i386/xor.h
index 29b02468e0e1..4ddeb7e68621 100644
--- a/include/asm-i386/xor.h
+++ b/include/asm-i386/xor.h
@@ -868,7 +868,9 @@ static struct xor_block_template xor_block_pIII_sse = {
#define XOR_TRY_TEMPLATES \
do { \
xor_speed(&xor_block_8regs); \
+ xor_speed(&xor_block_8regs_p); \
xor_speed(&xor_block_32regs); \
+ xor_speed(&xor_block_32regs_p); \
if (cpu_has_xmm) \
xor_speed(&xor_block_pIII_sse); \
if (cpu_has_mmx) { \