From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 23 Sep 2005 11:08:09 +0200 From: Christoph Hellwig To: Jon Loeliger Message-ID: <20050923090809.GA31688@lst.de> References: <20050922183126.GA18853@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org 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: , On Thu, Sep 22, 2005 at 01:36:52PM -0500, Jon Loeliger wrote: > 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? I'm not sure. This header definitly doesn't need it, but I suspect seccompt.c expects to get it via this header.