diff options
author | Andi Kleen <ak@linux.intel.com> | 2012-10-04 17:11:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:04:38 +0900 |
commit | 1058ce2084dde358c91969ce334cbdf6b1e7dff4 (patch) | |
tree | 0706e6da88f4864366b645d4e5237856fa9aaa20 /arch/h8300/kernel/sys_h8300.c | |
parent | 3f3247d01933d357229f6a11f62d88a848445a9a (diff) | |
download | op-kernel-dev-1058ce2084dde358c91969ce334cbdf6b1e7dff4.zip op-kernel-dev-1058ce2084dde358c91969ce334cbdf6b1e7dff4.tar.gz |
sections: fix section conflicts in arch/h8300
[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel/sys_h8300.c')
-rw-r--r-- | arch/h8300/kernel/sys_h8300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/kernel/sys_h8300.c b/arch/h8300/kernel/sys_h8300.c index aaf5e5a..4bdc731 100644 --- a/arch/h8300/kernel/sys_h8300.c +++ b/arch/h8300/kernel/sys_h8300.c @@ -51,6 +51,7 @@ asmlinkage void syscall_print(void *dummy,...) * Do a system call from kernel instead of calling sys_execve so we * end up with proper pt_regs. */ +asmlinkage int kernel_execve(const char *filename, const char *const argv[], const char *const envp[]) |