Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130235
b: refs/heads/master
c: 7dd8c4f
h: refs/heads/master
i:
  130233: b47a9b7
  130231: 080962f
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 24, 2009
1 parent 21997a2 commit 995164b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 953a7e8476bbd7367cebdb868c326ba42968bc13
refs/heads/master: 7dd8c4f3526b16edb1a3f4edb4665a8fa6e632d8
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/copypage-v4mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mc_copy_user_page(void *from, void *to)
: "r" (from), "r" (to), "I" (PAGE_SIZE / 64));
}

void v4_mc_copy_user_highpage(struct page *from, struct page *to,
void v4_mc_copy_user_highpage(struct page *to, struct page *from,
unsigned long vaddr)
{
void *kto = kmap_atomic(to, KM_USER1);
Expand Down

0 comments on commit 995164b

Please sign in to comment.