Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1112
b: refs/heads/master
c: 8711a1b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed May 16, 2005
1 parent d0d76f3 commit 42de13b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 768cbfbc5273bad91afe12b81471f563b288118a
refs/heads/master: 8711a1b902e691c9b3bbd0d0624f836abe9641ca
6 changes: 3 additions & 3 deletions trunk/arch/arm/mm/copypage-v4mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ void v4_mc_copy_user_page(void *kto, const void *kfrom, unsigned long vaddr)
{
spin_lock(&minicache_lock);

set_pte(TOP_PTE(COPYPAGE_MINICACHE), pfn_pte(__pa(kfrom) >> PAGE_SHIFT, minicache_pgprot));
flush_tlb_kernel_page(COPYPAGE_MINICACHE);
set_pte(TOP_PTE(0xffff8000), pfn_pte(__pa(kfrom) >> PAGE_SHIFT, minicache_pgprot));
flush_tlb_kernel_page(0xffff8000);

mc_copy_user_page((void *)COPYPAGE_MINICACHE, kto);
mc_copy_user_page((void *)0xffff8000, kto);

spin_unlock(&minicache_lock);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/mm-armv.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ void __init memtable_init(struct meminfo *mi)
flush_cache_all();
flush_tlb_all();

top_pmd = pmd_off_k(VECTORS_HIGH);
top_pmd = pmd_off_k(0xffff0000);
}

/*
Expand Down

0 comments on commit 42de13b

Please sign in to comment.