cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/kernel/atags.h

Directory: arch/arm/kernel
/* SPDX-License-Identifier: GPL-2.0 */
void convert_to_tag_list(struct tag *tags);

#ifdef CONFIG_ATAGS
const struct machine_desc *setup_machine_tags(phys_addr_t __atags_pointer,
	unsigned int machine_nr);
#else

static inline const struct machine_desc * setup_machine_tags(phys_addr_t __atags_pointer, unsigned int machine_nr) { early_print("no ATAGS support: can't continue\n"); while (true); unreachable(); }

Contributors

PersonTokensPropCommitsCommitProp
Nico Pitre2996.67%150.00%
Russell King13.33%150.00%
Total30100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Nico Pitre5895.08%250.00%
Russell King23.28%125.00%
Greg Kroah-Hartman11.64%125.00%
Total61100.00%4100.00%
Directory: arch/arm/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.