cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/kernel/atags.h

Directory: arch/arm/kernel
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 Pitre5896.67%266.67%
Russell King23.33%133.33%
Total60100.00%3100.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.