/* * include/asm-sh/flat.h * * uClinux flat-format executables * * Copyright (C) 2003 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive for * more details. */ #ifndef __ASM_SH_FLAT_H #define __ASM_SH_FLAT_H #include <asm/unaligned.h> #define flat_argvp_envp_on_stack() 0 #define flat_old_ram_flag(flags) (flags) #define flat_reloc_valid(reloc, size) ((reloc) <= (size))
static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, u32 *addr, u32 *persistent) { *addr = get_unaligned((__force u32 *)rp); return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 33 | 78.57% | 1 | 25.00% |
Andrew Morton | 8 | 19.05% | 2 | 50.00% |
Bernd Schmidt | 1 | 2.38% | 1 | 25.00% |
Total | 42 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 27 | 81.82% | 1 | 50.00% |
Andrew Morton | 6 | 18.18% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 63 | 47.37% | 1 | 14.29% |
Andrew Morton | 51 | 38.35% | 2 | 28.57% |
Bernd Schmidt | 9 | 6.77% | 1 | 14.29% |
Takashi Yoshii | 8 | 6.02% | 1 | 14.29% |
Paul Mundt | 1 | 0.75% | 1 | 14.29% |
Yoshinori Sato | 1 | 0.75% | 1 | 14.29% |
Total | 133 | 100.00% | 7 | 100.00% |