On Fri, 2011-07-22 at 22:37 +0200, Thomas Gleixner wrote: > Dear RT Folks, > > I'm pleased to announce the 3.0-rt1 release. drivers-dca-convert-dcalock-to-raw.patch needs incremental update. --- drivers/dca/dca-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-3.0-rt/drivers/dca/dca-core.c =================================================================== --- linux-3.0-rt.orig/drivers/dca/dca-core.c +++ linux-3.0-rt/drivers/dca/dca-core.c @@ -101,10 +101,10 @@ static void unregister_dca_providers(voi INIT_LIST_HEAD(&unregistered_providers); - spin_lock_irqsave(&dca_lock, flags); + raw_spin_lock_irqsave(&dca_lock, flags); if (list_empty(&dca_domains)) { - spin_unlock_irqrestore(&dca_lock, flags); + raw_spin_unlock_irqrestore(&dca_lock, flags); return; } @@ -116,7 +116,7 @@ static void unregister_dca_providers(voi dca_free_domain(domain); - spin_unlock_irqrestore(&dca_lock, flags); + raw_spin_unlock_irqrestore(&dca_lock, flags); list_for_each_entry_safe(dca, _dca, &unregistered_providers, node) { dca_sysfs_remove_provider(dca); -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html