> #define DC_FP_END() kernel_fpu_end() > #elif defined(CONFIG_PPC64) > #include <asm/switch_to.h> > +#define DC_FP_START() kernel_fpu_begin() > +#define DC_FP_END() kernel_fpu_end() > #endif Please use the same header as x86 in your first patch and then kill this ifdefered and the DC_FP_START/DC_FP_END definitions entirely.