diff options
Diffstat (limited to 'include/asm-m68knommu/ptrace.h')
-rw-r--r-- | include/asm-m68knommu/ptrace.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-m68knommu/ptrace.h b/include/asm-m68knommu/ptrace.h index f65bd90749e..47258e86e8c 100644 --- a/include/asm-m68knommu/ptrace.h +++ b/include/asm-m68knommu/ptrace.h | |||
@@ -46,11 +46,9 @@ struct pt_regs { | |||
46 | #else | 46 | #else |
47 | unsigned short sr; | 47 | unsigned short sr; |
48 | unsigned long pc; | 48 | unsigned long pc; |
49 | #ifndef NO_FORMAT_VEC | ||
50 | unsigned format : 4; /* frame format specifier */ | 49 | unsigned format : 4; /* frame format specifier */ |
51 | unsigned vector : 12; /* vector offset */ | 50 | unsigned vector : 12; /* vector offset */ |
52 | #endif | 51 | #endif |
53 | #endif | ||
54 | }; | 52 | }; |
55 | 53 | ||
56 | /* | 54 | /* |
@@ -70,7 +68,7 @@ struct switch_stack { | |||
70 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ | 68 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ |
71 | #define PTRACE_GETREGS 12 | 69 | #define PTRACE_GETREGS 12 |
72 | #define PTRACE_SETREGS 13 | 70 | #define PTRACE_SETREGS 13 |
73 | #ifdef COFNIG_FPU | 71 | #ifdef CONFIG_FPU |
74 | #define PTRACE_GETFPREGS 14 | 72 | #define PTRACE_GETFPREGS 14 |
75 | #define PTRACE_SETFPREGS 15 | 73 | #define PTRACE_SETFPREGS 15 |
76 | #endif | 74 | #endif |