cregit-Linux how code gets into the kernel

Release 4.14 arch/s390/include/asm/xor.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Optimited xor routines
 *
 * Copyright IBM Corp. 2016
 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
 */
#ifndef _ASM_S390_XOR_H

#define _ASM_S390_XOR_H

extern struct xor_block_template xor_block_xc;


#undef XOR_TRY_TEMPLATES

#define XOR_TRY_TEMPLATES				\
do {                                                    \
        xor_speed(&xor_block_xc);                       \
} while (0)


#define XOR_SELECT_TEMPLATE(FASTEST)	(&xor_block_xc)

#endif /* _ASM_S390_XOR_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Martin Schwidefsky3096.77%150.00%
Greg Kroah-Hartman13.23%150.00%
Total31100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.