cregit-Linux how code gets into the kernel

Release 4.7 arch/m68k/include/asm/flat.h

/*
 * include/asm-m68knommu/flat.h -- uClinux flat-format executables
 */

#ifndef __M68KNOMMU_FLAT_H__

#define __M68KNOMMU_FLAT_H__


#define	flat_argvp_envp_on_stack()		1

#define	flat_old_ram_flag(flags)		(flags)

#define	flat_reloc_valid(reloc, size)		((reloc) <= (size))

#define	flat_get_addr_from_rp(rp, relval, flags, p)	get_unaligned(rp)

#define	flat_put_addr_at_rp(rp, val, relval)	put_unaligned(val,rp)

#define	flat_get_relocate_addr(rel)		(rel)


static inline int flat_set_persistent(unsigned long relval, unsigned long *persistent) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
ezequiel garciaezequiel garcia1473.68%150.00%
bernd schmidtbernd schmidt526.32%150.00%
Total19100.00%2100.00%

#endif /* __M68KNOMMU_FLAT_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
greg ungerergreg ungerer5871.60%240.00%
ezequiel garciaezequiel garcia1417.28%120.00%
bernd schmidtbernd schmidt78.64%120.00%
andrew mortonandrew morton22.47%120.00%
Total81100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}