VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Barry Song <song.bao.hua@hisilicon.com> 2021-05-06 18:05:06 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 00:26:33 -0700 commit: dc9586823f3e06867344e6cf88741688c2c7737f parent: 23921540d2c0a4d8530078f6f64fc3e28444ca9d
Commit Summary:
scripts/gdb: document lx_current is only supported by x86
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/Documentation/dev-tools/gdb-kernel-debugging.rst b/Documentation/dev-tools/gdb-kernel-debugging.rst
index 4756f6b3a04e..1586901b683c 100644
--- a/Documentation/dev-tools/gdb-kernel-debugging.rst
+++ b/Documentation/dev-tools/gdb-kernel-debugging.rst
@@ -114,7 +114,7 @@ Examples of using the Linux-provided gdb helpers
     [     0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
     ....
 
-- Examine fields of the current task struct::
+- Examine fields of the current task struct(supported by x86 only)::
 
     (gdb) p $lx_current().pid
     $1 = 4998