X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fptrace.h;h=196613b9f15e0732b98610104aafccf84eb30ec4;hb=1a9eeb78b825bfade31d7606a2fe3b9eca9e35be;hp=93a75bd87f6582e7ae217558b5853932d0ac5293;hpb=b15cbc0be004d352d4dd661546847bd52fbf8a28;p=u-boot diff --git a/include/asm-ppc/ptrace.h b/include/asm-ppc/ptrace.h index 93a75bd87f..196613b9f1 100644 --- a/include/asm-ppc/ptrace.h +++ b/include/asm-ppc/ptrace.h @@ -39,7 +39,7 @@ struct pt_regs { PPC_REG trap; /* Reason for being here */ PPC_REG dar; /* Fault registers */ PPC_REG dsisr; - PPC_REG result; /* Result of a system call */ + PPC_REG result; /* Result of a system call */ }; #endif @@ -105,4 +105,3 @@ struct pt_regs { #define PT_FPSCR (PT_FPR0 + 2*32 + 1) #endif -