• Paul Mundt's avatar
    sh: kprobes SMP support. · 57fcfdf9
    Paul Mundt authored
    Presently kprobes support relies on several saved opcode variables for
    saving and restoring state, without any specific locking. This is
    inherently racy on SMP, and given that we already use per-CPU variables
    for everything else, convert these over too.
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    57fcfdf9
kprobes.c 14.9 KB