Re: [PATCH v2] timer: implement lockdep deadlock detection

From: Johannes Berg
Date: Tue Jan 27 2009 - 13:13:41 EST


On Tue, 2009-01-27 at 14:41 +0100, Ingo Molnar wrote:
> -tip testing found this build failure with your patch:
>
> arch/x86/kernel/hpet.c:631: error: too few arguments to function âinit_timer_on_stack_keyâ

#define init_timer_on_stack(timer)\
init_timer_on_stack_key((timer)), NULL, NULL)

needs to be

#define init_timer_on_stack(timer)\
init_timer_on_stack_key((timer), NULL, NULL)

johannes

Attachment: signature.asc
Description: This is a digitally signed message part