arm64: kprobes: remove kprobe_exceptions_notify
authorNaveen N. Rao <[email protected]>
Mon, 6 Mar 2017 19:04:57 +0000 (00:34 +0530)
committerWill Deacon <[email protected]>
Fri, 10 Mar 2017 17:41:19 +0000 (17:41 +0000)
commitcb6950b7152fb3760942f9cb16bd2a35e5a1bfd1
treec26eb19f5e48780b89f6c6db2a932bd63146c727
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
arm64: kprobes: remove kprobe_exceptions_notify

Commit fc62d0207ae0 ("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 <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
arch/arm64/kernel/probes/kprobes.c