diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-05-28 06:13:17 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-06-22 15:53:22 +0200 |
commit | 2fa919045b72ec892e17d56f888e6af4260b7629 (patch) | |
tree | 1f0f89110514c07939666d6b1f225b3e8dff6be3 /arch/arc/include/asm/ptrace.h | |
parent | ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page (diff) | |
download | linux-2fa919045b72ec892e17d56f888e6af4260b7629.tar.xz linux-2fa919045b72ec892e17d56f888e6af4260b7629.zip |
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/ptrace.h')
-rw-r--r-- | arch/arc/include/asm/ptrace.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arc/include/asm/ptrace.h b/arch/arc/include/asm/ptrace.h index f82a3a2201b5..7491bb7428bd 100644 --- a/arch/arc/include/asm/ptrace.h +++ b/arch/arc/include/asm/ptrace.h @@ -17,12 +17,6 @@ /* THE pt_regs: Defines how regs are saved during entry into kernel */ struct pt_regs { - /* - * 1 word gutter after reg-file has been saved - * Technically not needed, Since SP always points to a "full" location - * (vs. "empty"). But pt_regs is shared with tools.... - */ - long res; /* Real registers */ long bta; /* bta_l1, bta_l2, erbta */ |