cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/math-emu/mtfsb1.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/uaccess.h>

#include <asm/sfp-machine.h>
#include <math-emu/soft-fp.h>


int mtfsb1(int crbD) { if ((crbD != 1) && (crbD != 2)) __FPU_FPSCR |= (1 << (31 - crbD)); #ifdef DEBUG printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR); #endif return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5298.11%150.00%
Harvey Harrison11.89%150.00%
Total53100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6289.86%120.00%
Kumar Gala45.80%120.00%
Harvey Harrison11.45%120.00%
Greg Kroah-Hartman11.45%120.00%
Linus Torvalds11.45%120.00%
Total69100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.