[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090408214014.GA10366@uranus.ravnborg.org>
Date: Wed, 8 Apr 2009 23:40:14 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: David Howells <dhowells@...hat.com>
Cc: jeremy@...p.org, mingo@...e.hu, akpm@...ux-foundation.org,
x86@...nel.org, linux-kernel@...r.kernel.org,
a.p.zijlstra@...llo.nl, nickpiggin@...oo.com.au,
tglx@...utronix.de, ysato@...rs.sourceforge.jp
Subject: Re: [PATCH] FRV: Use <asm-generic/pgtable.h> in NOMMU mode
On Wed, Apr 08, 2009 at 10:25:55PM +0100, David Howells wrote:
> Sam Ravnborg <sam@...nborg.org> wrote:
>
> > > > Any change we can have these header files moved before too
> > > > many patches are queued?
> > >
> > > Sure. Do you have patches to move FRV and MN10300 headers?
> >
> > For frv it is as simple as:
> >
> > mkdir -p arch/frv/include/asm
> > git mv include/asm-frv/* arch/frv/include/asm
> > git commit
>
> The thing I really detest about doing this is this:
>
> warthog>git-log -M arch/frv/include/asm/pgtable.h | cat
> commit 2203e07b4ba1d1113ab80e7c51062f6994a62d3a
> Author: David Howells <dhowells@...hat.com>
> Date: Wed Apr 8 22:20:14 2009 +0100
>
> FRV: Move to arch/frv/include/asm/
>
> Move from include/asm-frv/ to arch/frv/include/asm/.
>
> Signed-off-by: David Howells <dhowells@...hat.com>
> warthog>
>
> So much for the old history:
>
> warthog>git-log include/asm-frv/pgtable.h | grep ^commit | wc -l
> 20
> warthog>
--follow is needed to follow renames when doing git log.
It is not that the history is lost - but hidden a bit.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists