08 Jun, 2011

1 commit


17 Mar, 2011

1 commit

  • The generic irq support uses the term 'irq' for the
    allocated irq number.
    Fix it so sparc64 use the same term for an irq as the
    generic irq support does.
    For a naive reader this is less confusing.

    Signed-off-by: Sam Ravnborg
    Signed-off-by: David S. Miller

    Sam Ravnborg
     

24 Jul, 2010

1 commit


07 Jan, 2009

1 commit

  • Andrew Morton wrote:

    People keep on doing

    printk("%llu", some_u64);

    testing it only on x86_64 and this generates a warning storm on
    powerpc, sparc64, etc. Because they use `long', not `long long'.

    Quite a few 64-bit architectures are using `long' for their
    s64/u64 types. We should convert them all to `long long'.

    Update types.h so we use unsigned long long for u64 and
    fix all warnings in sparc64 code.
    Tested with an allnoconfig, defconfig and allmodconfig builds.

    This patch introduces additional warnings in several drivers.
    These will be dealt with in separate patches.

    Signed-off-by: Sam Ravnborg
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Sam Ravnborg
     

06 Dec, 2008

1 commit