From 95ac0dbc49893cfbab4e3a77cdbfe281bd6feb2a Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 20 Nov 2002 22:44:20 -0800 Subject: [PATCH] Avoid 'defined but not used' warning with i386/xor.h --- include/asm-i386/xor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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) { \ -- cgit v1.2.3