Re: asm-generic update candidates?



Robin Getz wrote:
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>

Thanks for pointing. You can remove it from include/asm/ipc.h or I can
do it instead of you - just let me know.

Regards,
Michal

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH] TSC2007: private data for platform callbacks.
    ... patches by Kwangwoo Lee ... This change shows that you need to rebase based on two patches ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: 2.6.26-rt1
    ... The merge was mostly done by Steven Rostedt, I just fixed it up, added ... so I dropped Peter's cpu-hotplug patches ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: git trees which are not yet in linux-next
    ... Heh, no, but I did read somewhere that you're only supposed to put patches ... after enough exposure they graduate into or. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] TSC2007: private data for platform callbacks.
    ... patches by Kwangwoo Lee ... This change shows that you need to rebase based on two patches ... More majordomo info at  http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: asm-generic update candidates?
    ... patches with the microblaze architecture. ... referenced files are actually in the tree or in the patch? ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
    (Linux-Kernel)