Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus
[pandora-kernel.git] / arch / arm / mm / cache-l2x0.c
index f6a4bb2..447da6f 100644 (file)
@@ -290,7 +290,7 @@ static void l2x0_disable(void)
        raw_spin_lock_irqsave(&l2x0_lock, flags);
        __l2x0_flush_all();
        writel_relaxed(0, l2x0_base + L2X0_CTRL);
-       dsb();
+       dsb(st);
        raw_spin_unlock_irqrestore(&l2x0_lock, flags);
 }