08 Aug, 2010

1 commit


28 May, 2010

1 commit

  • There are more architectures that don't support ARCH_HAS_SG_CHAIN than
    those that support it. This removes removes ARCH_HAS_SG_CHAIN in
    asm-generic/scatterlist.h and lets arhictectures to define it.

    It's clearer than defining ARCH_HAS_SG_CHAIN asm-generic/scatterlist.h and
    undefing it in arhictectures that don't support it.

    Signed-off-by: FUJITA Tomonori
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    FUJITA Tomonori
     

19 Jun, 2009

2 commits

  • All files that have been made identical to the asm-generic
    version in the previous patches can now be removed,
    guaranteeing that this does not introduce semantic changes.

    Signed-off-by: Arnd Bergmann
    LKML-Reference:
    Signed-off-by: H. Peter Anvin

    Arnd Bergmann
     
  • In x86, mman.h, module.h, scatterlist.h, types.h and ucontext.h
    can use the asm-generic version by just defining the x86
    specific parts locally and falling back on the generic code
    for the common bits.

    This patch illustrates the differences between the x86 and
    asm-generic versions by changing a file that is initially
    identical to the x86 version to one that is identical
    to the asm-generic version.

    Signed-off-by: Arnd Bergmann
    LKML-Reference:
    Signed-off-by: H. Peter Anvin

    Arnd Bergmann
     

23 Oct, 2008

2 commits