cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Gleixner4391.49%133.33%
H. Peter Anvin36.38%133.33%
Greg Kroah-Hartman12.13%133.33%
Total47100.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.