Re: [PATCH tip/core/rcu 2/4] rcu: suppress RCU lockdep warningsduring early boot

From: Ingo Molnar
Date: Thu Mar 04 2010 - 13:13:32 EST



* Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> wrote:

> @@ -154,6 +167,10 @@ static inline int rcu_read_lock_sched_held(void)
> # define rcu_read_acquire_sched() do { } while (0)
> # define rcu_read_release_sched() do { } while (0)
>
> +static inline void debug_lockdep_rcu_update(void)
> +{
> +}
> +

Note, this method was only included for the !CONFIG_DEBUG_LOCK_ALLOC case, so
i left it out for the time being.

Which may result in a somewhat incomplete debug state, but it would at least
build with lockdep enabled ;-)

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/