summaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-04-22 14:26:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-04-22 14:26:58 -0700
commit38ee6e1fb6f66ca6c82ad638a3c622feeaa488f2 (patch)
treea938e6f44eca8525958d8458fac84d6abfaba62b /kernel/debug/debug_core.c
parent87d03777eb5dff5ea03802933e9045e64ebf004d (diff)
parent256e5254efff48d6de97e314dc17d55504c55164 (diff)
downloadlinux-38ee6e1fb6f66ca6c82ad638a3c622feeaa488f2.tar.gz
linux-38ee6e1fb6f66ca6c82ad638a3c622feeaa488f2.zip
Merge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Pull kgdb update from Daniel Thompson: "Only a very small update for kgdb this cycle: a single patch from Kexin Sun that fixes some outdated comments" * tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux: kgdb: update outdated references to kgdb_wait()
Diffstat (limited to 'kernel/debug/debug_core.c')
-rw-r--r--kernel/debug/debug_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
index 0b9495187fba..b276504c1c6b 100644
--- a/kernel/debug/debug_core.c
+++ b/kernel/debug/debug_core.c
@@ -704,7 +704,7 @@ return_normal:
if (ks->send_ready)
atomic_set(ks->send_ready, 1);
- /* Signal the other CPUs to enter kgdb_wait() */
+ /* Signal the other CPUs to enter the debug trap handler */
else if ((!kgdb_single_step) && kgdb_do_roundup)
kgdb_roundup_cpus();
#endif