]> git.baikalelectronics.ru Git - kernel.git/commit
arch/tile: finish const-ifying sys_execve()
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000 (11:16 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000 (11:16 -0400)
commit09e95177c87037bb81ab77a364cab53c60ed821f
tree12dbe6085c713832d0df037efc709e2b0b08ad2b
parent9356ab735f13fcaf9882dc13a38d7b8e46315b24
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>
arch/tile/include/asm/compat.h
arch/tile/include/asm/syscalls.h
arch/tile/kernel/process.c