cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-vexpress/v2m.c

#include <asm/mach/arch.h>

#include "core.h"


static const char * const v2m_dt_match[] __initconst = {
	"arm,vexpress",
	NULL,
};

DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express")
	.dt_compat	= v2m_dt_match,
	.l2c_aux_val	= 0x00400000,
	.l2c_aux_mask	= 0xfe0fffff,
	.smp		= smp_ops(vexpress_smp_dt_ops),
	.smp_init	= smp_init_ops(vexpress_smp_init_ops),
MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Pawel Moll3355.93%450.00%
Russell King1220.34%225.00%
Marc Zyngier711.86%112.50%
Jon Medhurst (Tixy)711.86%112.50%
Total59100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.