> +#include <linux/thread_info.h> > + > +#if defined(__powerpc64__) && !defined(TIF_32BIT) > +#error "unexpected TIF_32BIT on ppc64" > +#endif just kill this check, it's rather pointless