cregit-Linux how code gets into the kernel

Release 4.14 arch/tile/include/asm/div64.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_TILE_DIV64_H

#define _ASM_TILE_DIV64_H

#include <linux/types.h>

#ifdef __tilegx__

static inline u64 mul_u32_u32(u32 a, u32 b) { return __insn_mul_lu_lu(a, b); }

Contributors

PersonTokensPropCommitsCommitProp
Peter Zijlstra21100.00%1100.00%
Total21100.00%1100.00%

#define mul_u32_u32 mul_u32_u32 #endif #include <asm-generic/div64.h> #endif /* _ASM_TILE_DIV64_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Peter Zijlstra4291.30%133.33%
Sudip Mukherjee36.52%133.33%
Greg Kroah-Hartman12.17%133.33%
Total46100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.