[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1233079967.4755.4.camel@johannes.local>
Date: Tue, 27 Jan 2009 19:12:47 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Ingo Molnar <mingo@...e.hu>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Linux Kernel list <linux-kernel@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [PATCH v2] timer: implement lockdep deadlock detection
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
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists