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:
ed6f6a5
)
uprobes: Simplify is_swbp_at_addr(), remove stale comments
author
Oleg Nesterov
<oleg@redhat.com>
Sun, 23 Sep 2012 19:55:19 +0000
(21:55 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Sat, 29 Sep 2012 19:21:54 +0000
(21:21 +0200)
After the previous change is_swbp_at_addr() is always called with
current->mm. Remove this check and move it close to its single caller.
Also, remove the obsolete comment about is_swbp_at_addr() and
uprobe_state.count.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found