Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932137AbZAGTd5 (ORCPT ); Wed, 7 Jan 2009 14:33:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761247AbZAGTdo (ORCPT ); Wed, 7 Jan 2009 14:33:44 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:58054 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761233AbZAGTdn (ORCPT ); Wed, 7 Jan 2009 14:33:43 -0500 Date: Wed, 7 Jan 2009 20:35:23 +0100 From: Sam Ravnborg To: "H. Peter Anvin" Cc: Detlef Riekenberg , linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , trivial@kernel.org Subject: Re: [PATCH] [TRIVIAL] linux/types.h: Don't depend on __GNUC__ for __le64 / __be64 [synced to git] Message-ID: <20090107193523.GA4647@uranus.ravnborg.org> References: <1230594921.7652.35.camel@p4.lan> <1231029623.7225.10.camel@p4.lan> <1231320558.5547.21.camel@p4.lan> <496500D2.8080201@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496500D2.8080201@zytor.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1234 Lines: 35 On Wed, Jan 07, 2009 at 11:21:54AM -0800, H. Peter Anvin wrote: > Detlef Riekenberg wrote: > >Hi. > > is used in Wine, but failed to compile with pcc. > >(__le64 and __be64 are referenced in ) > > > >There is no reason to restrict the typedefs to __GNUC__. > >This Patch is trivial for gcc and icc, but required for other compiler. > > > >As reference, the typedefs for __u64 and __s64 where fixed to be > >available for other compiler on 02. Mai 2008 by H. Peter Anvin > >(commit edfa5cfa3dc5bfa95e6aa82a2b8904e7f6c35ed7) > > > >Wine: http://www.winehq.org > >pcc: http://pcc.ludd.ltu.se > > > >This patch is again a resync to current git. > >Is there anything, that I can do for this Patch? > > > > For what it's worth... > > Acked-by: H. Peter Anvin > > This isn't an x86 thing so it's a bit out of scope for me to push it > through -tip, but it's a valid bugfix. I have applied it to kbuild-fixes.git. Thanks, Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/