arm64: debug: Rename addr parameter for non-watchpoint exception hooks
authorWill Deacon <will.deacon@arm.com>
Mon, 25 Feb 2019 12:42:26 +0000 (12:42 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 9 Apr 2019 10:21:12 +0000 (11:21 +0100)
commit5a9132add862f446d5f0d7fa7468887108b5898a
tree555ab988501fa0cab8ea26a6d55f90ad1382c265
parent52c6d145da15a9a9cea14678be307c127ccc6ef5
arm64: debug: Rename addr parameter for non-watchpoint exception hooks

Since the 'addr' parameter contains an UNKNOWN value for non-watchpoint
debug exceptions, rename it to 'unused' for those hooks so we don't get
tempted to use it in the future.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/debug-monitors.c