PATCH powerpc Merge asm-ppc*/seccomp.h

Jon Loeliger jdl at freescale.com
Fri Sep 23 04:36:52 EST 2005


So, like, the other day Christoph Hellwig mumbled:
> > +#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

OK.

But keep the #include?  It's actually the part
that is defining TIF_32BIT for ppc64 (indirectly
through linux/thread_info.h and asm/thread_info.h).
Won't those bits be needed still?

jdl




More information about the Linuxppc-dev mailing list