cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/boot/epapr-wrapper.c

// SPDX-License-Identifier: GPL-2.0
extern void epapr_platform_init(unsigned long r3, unsigned long r4,
				unsigned long r5, unsigned long r6,
				unsigned long r7);


void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7) { epapr_platform_init(r3, r4, r5, r6, r7); }

Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt38100.00%1100.00%
Total38100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt6398.44%150.00%
Greg Kroah-Hartman11.56%150.00%
Total64100.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.