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:
b65a0e0
)
Mark ptrace_{traceme,attach,detach} static
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 4 Mar 2011 17:23:30 +0000
(09:23 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 4 Mar 2011 17:23:30 +0000
(09:23 -0800)
They are only used inside kernel/ptrace.c, and have been for a long
time. We don't want to go back to the bad-old-days when architectures
did things on their own, so make them static and private.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found