xref: /linux/lib/raid/xor/s390/xor_arch.h (revision 440d6635b20037bc9ad46b20817d7b61cef0fc1b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Optimited xor routines
4  *
5  * Copyright IBM Corp. 2016
6  * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
7  */
8 extern struct xor_block_template xor_block_xc;
9 
10 static __always_inline void __init arch_xor_init(void)
11 {
12 	xor_force(&xor_block_xc);
13 }
14