git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49553c2
)
arch/tile: finish const-ifying sys_execve()
author
Chris Metcalf
<cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000
(11:16 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000
(11:16 -0400)
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>
No differences found