cregit-Linux how code gets into the kernel

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

#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 Zijlstra4293.33%150.00%
Sudip Mukherjee36.67%150.00%
Total45100.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.