Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258225
b: refs/heads/master
c: c7e89b1
h: refs/heads/master
i:
  258223: ffe811f
v: v3
  • Loading branch information
Heechul Yun authored and Russell King committed Jul 8, 2011
1 parent 864307e commit 31c19ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54d525735140e930d87c5afd1b0b3393ffdac021
refs/heads/master: c7e89b16eb90e7bdf0d71bd5ba265ce8d424f30b
1 change: 0 additions & 1 deletion trunk/arch/arm/mm/copypage-v6.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ static void v6_copy_user_highpage_nonaliasing(struct page *to,
kfrom = kmap_atomic(from, KM_USER0);
kto = kmap_atomic(to, KM_USER1);
copy_page(kto, kfrom);
__cpuc_flush_dcache_area(kto, PAGE_SIZE);
kunmap_atomic(kto, KM_USER1);
kunmap_atomic(kfrom, KM_USER0);
}
Expand Down

0 comments on commit 31c19ec

Please sign in to comment.