]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-sti/platsmp.c
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[~andy/linux] / arch / arm / mach-sti / platsmp.c
index dce50d983a8edc267c4157903952f07487a177c7..fa2c33ffac044e45ec0e2d88ecbb2f146cbbbc85 100644 (file)
@@ -31,8 +31,7 @@ static void write_pen_release(int val)
 {
        pen_release = val;
        smp_wmb();
-       __cpuc_flush_dcache_area((void *)&pen_release, sizeof(pen_release));
-       outer_clean_range(__pa(&pen_release), __pa(&pen_release + 1));
+       sync_cache_w(&pen_release);
 }
 
 static DEFINE_SPINLOCK(boot_lock);