From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264697AbUHIIQm (ORCPT ); Mon, 9 Aug 2004 04:16:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266204AbUHIIQm (ORCPT ); Mon, 9 Aug 2004 04:16:42 -0400 Received: from omega.webmasters.gr.jp ([218.44.239.78]:31678 "EHLO webmasters.gr.jp") by vger.kernel.org with ESMTP id S264697AbUHIIQl (ORCPT ); Mon, 9 Aug 2004 04:16:41 -0400 Date: Mon, 09 Aug 2004 17:16:35 +0900 Message-ID: <81pt60680s.wl@omega.webmasters.gr.jp> From: GOTO Masanori To: Benjamin Herrenschmidt Cc: GOTO Masanori , Paul Mackerras , Linux Kernel list Subject: Re: [PATCH] Remove unneeded #ifdef kernel from ppc unaligned.h In-Reply-To: <1092038864.14100.42.camel@gaston> References: <81smaw6gd2.wl@omega.webmasters.gr.jp> <1092038864.14100.42.camel@gaston> User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 09 Aug 2004 18:07:45 +1000, Benjamin Herrenschmidt wrote: > On Mon, 2004-08-09 at 15:16, GOTO Masanori wrote: > > This patch removes unneeded #ifdef __KERNEL__ from ppc unaligned.h. > > There's no reason to enclose __KERNEL__, similar to other > > architectures. It also fixes the compilation failure building > > userland helper application reiserfsprogs on ppc which includes > > asm/unaligned.h. > > Well, userland isn't supposed to use those ... I know. It's just side effect. But there's no reason to enclose #ifdef __KERNEL__. Regards, -- gotom