cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/include/asm/mmconfig.h

#ifndef _ASM_X86_MMCONFIG_H

#define _ASM_X86_MMCONFIG_H

#ifdef CONFIG_PCI_MMCONFIG
extern void fam10h_check_enable_mmcfg(void);
extern void check_enable_amd_mmconf_dmi(void);
#else

static inline void fam10h_check_enable_mmcfg(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner8100.00%1100.00%
Total8100.00%1100.00%


static inline void check_enable_amd_mmconf_dmi(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* _ASM_X86_MMCONFIG_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner4393.48%150.00%
H. Peter Anvin36.52%150.00%
Total46100.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.