From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jon Loeliger To: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org In-Reply-To: Your message of "Thu, 22 Sep 2005 20:31:26 +0200." <20050922183126.GA18853@lst.de> References: <20050922183126.GA18853@lst.de> Date: Thu, 22 Sep 2005 13:36:52 -0500 Message-Id: Sender: Jon Loeliger Subject: Re: PATCH powerpc Merge asm-ppc*/seccomp.h List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day Christoph Hellwig mumbled: > > +#include > > + > > +#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