summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2013-11-09 20:58:54 +0400
committerOleg Nesterov <oleg@redhat.com>2013-11-20 19:31:00 +0400
commit803200e24abf0f9ec18631290d26b2185477f3a6 (patch)
treef04ac6d7dd72f4b73acaaf86576c7a27cb8b9386 /arch/powerpc
parent3247343118daa73f2b94b7fa565425d1d9f9ac84 (diff)
downloadlinux-803200e24abf0f9ec18631290d26b2185477f3a6.tar.xz
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
arch_uprobe should be opaque as much as possible to the generic code, but currently it assumes that insn/ixol must be u8[] of the known size. Remove this unnecessary dependency, we can use "&" and and sizeof() with the same effect. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions