cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/include/asm/spram.h

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

#define _MIPS_SPRAM_H

#if defined(CONFIG_MIPS_SPRAM)
extern __init void spram_config(void);
#else

static inline void spram_config(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Chris Dearman8100.00%1100.00%
Total8100.00%1100.00%

; #endif /* CONFIG_MIPS_SPRAM */ #endif /* _MIPS_SPRAM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Chris Dearman3078.95%133.33%
Markos Chandras718.42%133.33%
Greg Kroah-Hartman12.63%133.33%
Total38100.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.