[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <200909081258.50345.rgetz@blackfin.uclinux.org>
Date: Tue, 8 Sep 2009 12:58:50 -0400
From: Robin Getz <rgetz@...ckfin.uclinux.org>
To: "Arnd Bergmann" <arnd@...db.de>
CC: "Mike Frysinger" <vapier.adi@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: asm-generic update candidates?
On Tue 8 Sep 2009 08:55, Arnd Bergmann pondered:
> On Friday 04 September 2009, Robin Getz wrote:
> > I also noticed in Linus's latest (last commit
> > 37d0892c5a94e208cf863e3b7bac014edee4346d):
> >
> > cat arch/microblaze/include/asm/ipc.h
> > #include <asm-generic/ipc.h>
> >
> > but: ls include/asm-generic/ipc.h
> > ls: cannot access include/asm-generic/ipc.h: No such file or directory
>
> Adrian Bunk killed that file in asm/ back in 2007, he probably crossed
> patches with the microblaze architecture.
Ok - that got me doing a quick look:
asm-generic/compat_signal.h doesn't exist?
arch/parisc/include/asm/compat_signal.h:#include <asm-generic/compat_signal.h>
asm-generic/cpumask.h doesn't exist?
arch/frv/include/asm/cpumask.h:#include <asm-generic/cpumask.h>
arch/xtensa/include/asm/cpumask.h:#include <asm-generic/cpumask.h>
asm-generic/ipc.h doesn't exist?
arch/microblaze/include/asm/ipc.h:#include <asm-generic/ipc.h>
arch/mn10300/include/asm/ipc.h:#include <asm-generic/ipc.h>
asm-generic/rmap.h doesn't exist?
arch/xtensa/include/asm/rmap.h:#include <asm-generic/rmap.h>
Maybe checkpatch (or something else?) needs something to make sure all
referenced files are actually in the tree or in the patch?
--
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