X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fptrace.h;h=8c9194b98548ffee6b4201b47050cc1ae7e0909b;hb=5047887caf1806f31652210df27fb62a7c43f27d;hp=1e19c457de7de9750f15ae842887aad8f4faf96a;hpb=62ed948cb1405fe95d61d8c6445c102e0c9da0a6;p=linux-block.git diff --git a/include/asm-m68knommu/ptrace.h b/include/asm-m68knommu/ptrace.h index 1e19c457de7d..8c9194b98548 100644 --- a/include/asm-m68knommu/ptrace.h +++ b/include/asm-m68knommu/ptrace.h @@ -46,11 +46,9 @@ struct pt_regs { #else unsigned short sr; unsigned long pc; -#ifndef NO_FORMAT_VEC unsigned format : 4; /* frame format specifier */ unsigned vector : 12; /* vector offset */ #endif -#endif }; /* @@ -70,10 +68,8 @@ struct switch_stack { /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 -#ifdef CONFIG_FPU #define PTRACE_GETFPREGS 14 #define PTRACE_SETFPREGS 15 -#endif #ifdef __KERNEL__