23 Jul, 2008

1 commit

  • This patch is the result of an automatic script that consolidates the
    format of all the headers in include/asm-x86/.

    The format:

    1. No leading underscore. Names with leading underscores are reserved.
    2. Pathname components are separated by two underscores. So we can
    distinguish between mm_types.h and mm/types.h.
    3. Everything except letters and numbers are turned into single
    underscores.

    Signed-off-by: Vegard Nossum

    Vegard Nossum
     

27 May, 2008

1 commit


25 May, 2008

1 commit


17 Apr, 2008

1 commit


04 Feb, 2008

1 commit

  • include/asm/string_32.h:216:26: warning: cast truncates bits from constant value (cccccccc becomes cc)
    include/asm/string_32.h:219:27: warning: cast truncates bits from constant value (cccccccc becomes cccc)
    include/asm/string_32.h:222:27: warning: cast truncates bits from constant value (cccccccc becomes cccc)
    include/asm/string_32.h:223:30: warning: cast truncates bits from constant value (cccccccc becomes cc)

    Signed-off-by: Harvey Harrison
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Harvey Harrison
     

18 Oct, 2007

1 commit

  • The constraints in the inline assembler implementation of i386
    strrchr() were incorrect and break the build with recent gcc 4.3.
    Since there are only very few callers of strrchr() and none of them
    are performance relevant just remove the assembler implementation
    and use the C fallback instead.

    [ tglx: arch/x86 adaptation ]

    Cc: rguenther@suse.de
    Signed-off-by: Andi Kleen
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Andi Kleen
     

11 Oct, 2007

1 commit