cregit-Linux how code gets into the kernel

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

#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)6291.18%125.00%
Kumar Gala45.88%125.00%
Harvey Harrison11.47%125.00%
Linus Torvalds11.47%125.00%
Total68100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.