dccp: do not assume DCCP code is non preemptible
[linux/fpc-iii.git] / arch / s390 / include / asm / xor.h
blobc988df744a70886d63b0ae3a50e7aa3d91c237c7
1 /*
2 * Optimited xor routines
4 * Copyright IBM Corp. 2016
5 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
6 */
7 #ifndef _ASM_S390_XOR_H
8 #define _ASM_S390_XOR_H
10 extern struct xor_block_template xor_block_xc;
12 #undef XOR_TRY_TEMPLATES
13 #define XOR_TRY_TEMPLATES \
14 do { \
15 xor_speed(&xor_block_xc); \
16 } while (0)
18 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_xc)
20 #endif /* _ASM_S390_XOR_H */