Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stable
[linux-2.6-microblaze.git] / arch / arm / kernel / suspend.c
index 358bca3..c59c97e 100644 (file)
@@ -68,6 +68,7 @@ int cpu_suspend(unsigned long arg, int (*fn)(unsigned long))
        ret = __cpu_suspend(arg, fn);
        if (ret == 0) {
                cpu_switch_mm(mm->pgd, mm);
+               local_flush_bp_all();
                local_flush_tlb_all();
        }