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 "Fri, 23 Sep 2005 11:08:09 +0200." <20050923090809.GA31688@lst.de> References: <20050922183126.GA18853@lst.de> <20050923090809.GA31688@lst.de> Date: Fri, 23 Sep 2005 07:54: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: > > > > 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. I dug around in this a bit. The nested includes here yield a fairly wide distribution of availability of TIF_32BIT. I'm hesitant to remove it in this "merge" patch, so I will leave its removal to a follow on patch/effort. New patch with #if test removed coming up. jdl