Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764364AbXF1D6L (ORCPT ); Wed, 27 Jun 2007 23:58:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763651AbXF1D56 (ORCPT ); Wed, 27 Jun 2007 23:57:58 -0400 Received: from palinux.external.hp.com ([192.25.206.14]:53332 "EHLO mail.parisc-linux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759719AbXF1D55 (ORCPT ); Wed, 27 Jun 2007 23:57:57 -0400 Date: Wed, 27 Jun 2007 21:57:54 -0600 From: Matthew Wilcox To: Kyle Moffett Cc: Adrian Bunk , LKML Kernel , David Woodhouse , david@lang.hm, linux-arch@vger.kernel.org Subject: Re: Userspace compiler support of "long long" Message-ID: <20070628035754.GB22063@parisc-linux.org> References: <467afc63.OnsqEXOk5zqMYzym%Joerg.Schilling@fokus.fraunhofer.de> <467b0bf2.Xfs7T8Ys4nY9ZNLW%Joerg.Schilling@fokus.fraunhofer.de> <1182483527.10524.31.camel@shinybook.infradead.org> <20070622150038.GN23017@stusta.de> <20070627154046.GN1094@stusta.de> <468287a8.spBb6PdAZ4QV0j2Y%Joerg.Schilling@fokus.fraunhofer.de> <20070627173240.GR1094@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 789 Lines: 22 On Wed, Jun 27, 2007 at 06:30:52PM -0400, Kyle Moffett wrote: > Then all 64-bit archs have: > typedef signed long __s64; > typedef unsigned long __u64; > > While all 32-bit archs have: > typedef signed long long __s64; > typedef unsigned long long __u64; include/asm-parisc/types.h:typedef unsigned long long __u64; For both 32 and 64-bit. include/asm-sh64/types.h:typedef unsigned long long __u64; include/asm-x86_64/types.h:typedef unsigned long long __u64; So that's three architectures that violate your first assertion. - 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/