mips64_register refers to the definition of the pt_regs structure in the arch/mips/include/asm/ptrace.h file, not the uapi directory. Avoid misunderstandings when reading the source code. Signed-off-by: Youling Tang <tangyouling@xxxxxxxxxxx> --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index cd24107..c93d79b 100644 --- a/defs.h +++ b/defs.h @@ -6488,7 +6488,7 @@ void mips64_dump_machdep_table(ulong); #define display_idt_table() \ error(FATAL, "-d option is not applicable to MIPS64 architecture\n") -/* from arch/mips/include/uapi/asm/ptrace.h */ +/* from arch/mips/include/asm/ptrace.h */ struct mips64_register { ulong regs[45]; }; -- 2.1.0 -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/crash-utility