From: Chris Metcalf Date: Wed, 15 Sep 2010 15:16:05 +0000 (-0400) Subject: arch/tile: finish const-ifying sys_execve() X-Git-Tag: v2.6.36-rc5~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e6c46d759cd013cb57eba112a4129a3a353c4b;p=pandora-kernel.git arch/tile: finish const-ifying sys_execve() The sys_execve() implementation was properly const-ified but not the declaration, the syscall wrappers, or the compat version. This change completes the constification process. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed