* [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> This patch was dropped because it had testing failures

> -# define raw_local_irq_disable()     local_irq_disable()
> -# define raw_local_irq_enable()              local_irq_enable()
> -# define raw_local_irq_save(flags)   local_irq_save(flags)
> -# define raw_local_irq_restore(flags)        local_irq_restore(flags)
> +# define local_irq_disable()         raw_local_irq_disable()
> +# define local_irq_enable()          raw_local_irq_enable()
> +# define local_irq_save(flags)               raw_local_irq_save(flags)
> +# define local_irq_restore(flags)    raw_local_irq_restore(flags)
>  #endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */

hm, indeed: an #ifdef LOCKDEP_SUPPORT has to be added around these 4 
macros. That will make this build fine on non-lockdep architectures too. 
Sorry, i should have noticed this!

        Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to