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