Re: [patch 2/4] lock validator: fix compile warnings in lockdep.c

From: Ingo Molnar
Date: Fri Jun 23 2006 - 10:00:21 EST



* Heiko Carstens <heiko.carstens@xxxxxxxxxx> wrote:

> From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
>
> Fix a few compile warnings on 64 bit machines:
>
> kernel/lockdep.c: In function 'check_chain_key':
> kernel/lockdep.c:1399:
> warning: format '%016Lx' expects type 'long long unsigned int',
> but argument 4 has type 'u64'
> kernel/lockdep.c:1399:
> warning: format '%016Lx' expects type 'long long unsigned int',
> but argument 5 has type 'u64'
> ...
>
> Cc: Ingo Molnar <mingo@xxxxxxx>
> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxx>
> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

Acked-by: Ingo Molnar <mingo@xxxxxxx>

Ingo
-
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/