commit | e6e6c46d759cd013cb57eba112a4129a3a353c4b | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Sep 15 11:16:05 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Wed Sep 15 11:16:05 2010 -0400 |
tree | 12dbe6085c713832d0df037efc709e2b0b08ad2b | |
parent | 49553c2ef88749dd502687f4eb9c258bb10a4f44 [diff] |
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 <cmetcalf@tilera.com>