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
| Person | Tokens | Prop | Commits | CommitProp |
| ezequiel garcia | ezequiel garcia | 14 | 73.68% | 1 | 50.00% |
| bernd schmidt | bernd schmidt | 5 | 26.32% | 1 | 50.00% |
| Total | 19 | 100.00% | 2 | 100.00% |
#endif /* __M68KNOMMU_FLAT_H__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| greg ungerer | greg ungerer | 58 | 71.60% | 2 | 40.00% |
| ezequiel garcia | ezequiel garcia | 14 | 17.28% | 1 | 20.00% |
| bernd schmidt | bernd schmidt | 7 | 8.64% | 1 | 20.00% |
| andrew morton | andrew morton | 2 | 2.47% | 1 | 20.00% |
| Total | 81 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.