linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: benh@kernel.crashing.org, Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@elte.hu>, "H. Peter Anvin" <hpa@zytor.com>,
	linux-arch@vger.kernel.org
Subject: u64-ull
Date: Mon, 28 Jul 2008 06:19:52 -0600	[thread overview]
Message-ID: <20080728121952.GE18026@parisc-linux.org> (raw)
In-Reply-To: <20080728035340.e8c931f5.akpm@linux-foundation.org>

On Mon, Jul 28, 2008 at 03:53:40AM -0700, Andrew Morton wrote:
> On Mon, 28 Jul 2008 20:03:23 +1000 Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
> 
> > Andrew, what was your decision vs. changing once for all u64 and s64 on
> > all archs to be long long's ?
> 
> We should do it.  Matthew's initial patch was busted and I don't
> _really_ want to have to take on all the fallout.  It's a project for
> someone: get the core patch working then start fixing up fallout.  At
> least make it all compile, hopefully fix most of the warnings too.

Yeah, I just threw it out as a trial balloon without thinking about it
properly.  We need to test:

include/asm-alpha/types.h:#include <asm-generic/int-l64.h>
include/asm-ia64/types.h:#include <asm-generic/int-l64.h>
include/asm-mips/types.h:# include <asm-generic/int-l64.h>
include/asm-powerpc/types.h:# include <asm-generic/int-l64.h>
include/asm-s390/types.h:# include <asm-generic/int-l64.h>
include/asm-sparc/types.h:#include <asm-generic/int-l64.h>

I can take care of ia64 easily enough.  Ben is, I presume, willing to
take care of powerpc.  Just need to find suckers^W people willing to fix
up alpha, mips, s390 and sparc.

I don't think this needs to go in during the merge window, I'm happy to
wait until -rc2 or something.  Anyway, initial patch at
http://git.kernel.org/?p=linux/kernel/git/willy/misc.git;a=shortlog;h=u64-ull
so if anyone wants to get started early ...

-- 
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

           reply	other threads:[~2008-07-28 12:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20080728035340.e8c931f5.akpm@linux-foundation.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080728121952.GE18026@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=akpm@linux-foundation.org \
    --cc=benh@kernel.crashing.org \
    --cc=hpa@zytor.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).