]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: debug: Remove meaningless comment
authorWill Deacon <will.deacon@arm.com>
Mon, 25 Feb 2019 13:22:17 +0000 (13:22 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 9 Apr 2019 10:21:12 +0000 (11:21 +0100)
The comment next to the definition of our 'break_hook' list head is
at best wrong but mainly just meaningless. Rip it out.

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

index c4c263d0cf0ff461f0b516138ab5973334cc7180..744229d10ca8d2a6feb931fd15a4e8317ea1994c 100644 (file)
@@ -264,11 +264,6 @@ static int single_step_handler(unsigned long unused, unsigned int esr,
 }
 NOKPROBE_SYMBOL(single_step_handler);
 
-/*
- * Breakpoint handler is re-entrant as another breakpoint can
- * hit within breakpoint handler, especically in kprobes.
- * Use reader/writer locks instead of plain spinlock.
- */
 static LIST_HEAD(break_hook);
 static DEFINE_SPINLOCK(break_hook_lock);