]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kprobes: remove kprobe_exceptions_notify
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Mon, 6 Mar 2017 19:04:57 +0000 (00:34 +0530)
committerWill Deacon <will.deacon@arm.com>
Fri, 10 Mar 2017 17:41:19 +0000 (17:41 +0000)
commita23dd5079941bb1ebf7fbd1b31cabda1fb499718
treec26eb19f5e48780b89f6c6db2a932bd63146c727
parent8a17c7afe9fb246fbdf434a8c4a84cdc5bada8cb
arm64: kprobes: remove kprobe_exceptions_notify

Commit fee848985c41 ("kprobes: Introduce weak variant of
kprobe_exceptions_notify()") introduces a generic empty version of the
function for architectures that don't need special handling, like arm64.
As such, remove the arch/arm64/ specific handler.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/probes/kprobes.c