aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/mm/cache_arc700.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/mm/cache_arc700.c b/arch/arc/mm/cache_arc700.c
index 4e54ef5b4c2a..074658704d86 100644
--- a/arch/arc/mm/cache_arc700.c
+++ b/arch/arc/mm/cache_arc700.c
@@ -742,6 +742,7 @@ void copy_user_highpage(struct page *to, struct page *from,
742 */ 742 */
743 if (clean_src_k_mappings) { 743 if (clean_src_k_mappings) {
744 __flush_dcache_page(kfrom, kfrom); 744 __flush_dcache_page(kfrom, kfrom);
745 clear_bit(PG_arch_1, &from->flags);
745 } else { 746 } else {
746 set_bit(PG_arch_1, &from->flags); 747 set_bit(PG_arch_1, &from->flags);
747 } 748 }