]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: debug: Clean up brk_handler()
authorWill Deacon <will.deacon@arm.com>
Tue, 26 Feb 2019 15:39:47 +0000 (15:39 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 9 Apr 2019 10:21:13 +0000 (11:21 +0100)
commitab6211c90052435126ad1319e9223b68e154b9f0
tree79e185e74340fc38be622d3d2a0d0d126e5b8818
parent453b7740ebfda2d84be7fb583c54f0c91c592869
arm64: debug: Clean up brk_handler()

brk_handler() now looks pretty strange and can be refactored to drop its
funny 'handler_found' local variable altogether.

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