From: Andi Kleen Date: Fri, 28 Sep 2012 00:20:03 +0000 (+1000) Subject: sections: fix section conflicts in arch/score X-Git-Tag: next-20121005~1^2~189 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a3f7a741f844804a4114f7abf517c0f26d0a218b;p=karo-tx-linux.git sections: fix section conflicts in arch/score Signed-off-by: Andi Kleen Cc: Chen Liqin Cc: Lennox Wu Signed-off-by: Andrew Morton --- diff --git a/arch/score/kernel/sys_score.c b/arch/score/kernel/sys_score.c index e478bf9a7e91..21e867974066 100644 --- a/arch/score/kernel/sys_score.c +++ b/arch/score/kernel/sys_score.c @@ -112,6 +112,7 @@ score_execve(struct pt_regs *regs) * 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[])