X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fptrace.h;h=8c9194b98548ffee6b4201b47050cc1ae7e0909b;hb=eda3d8f5604860aae1bb9996bb5efc4213778369;hp=47258e86e8c4a69e996504d52e34abfcea3524a4;hpb=03529d9f66b7995c67ddceb8f83258df3c9915da;p=linux-2.6 diff --git a/include/asm-m68knommu/ptrace.h b/include/asm-m68knommu/ptrace.h index 47258e86e8..8c9194b985 100644 --- a/include/asm-m68knommu/ptrace.h +++ b/include/asm-m68knommu/ptrace.h @@ -68,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__