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:
803200e
)
uprobes/powerpc: Kill arch_uprobe->ainsn
author
Oleg Nesterov
<oleg@redhat.com>
Sat, 9 Nov 2013 17:44:19 +0000
(18:44 +0100)
committer
Oleg Nesterov
<oleg@redhat.com>
Wed, 20 Nov 2013 15:31:01 +0000
(16:31 +0100)
powerpc has both arch_uprobe->insn and arch_uprobe->ainsn to
make the generic code happy. This is no longer needed after
the previous change, powerpc can just use "u32 insn".
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
No differences found