Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3934
b: refs/heads/master
c: 564c90a
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 28, 2005
1 parent 5c2c2c7 commit c4b1636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 603fff54420a0ccc4c3b48bfef43896fb4e33161
refs/heads/master: 564c90aa07cd43dc434d46cef8a15773a23d49a2
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void __init paging_init(struct meminfo *mi, struct machine_desc *mdesc)
memtable_init(mi);
if (mdesc->map_io)
mdesc->map_io();
flush_tlb_all();
local_flush_tlb_all();

/*
* initialise the zones within each node
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 @@ -682,7 +682,7 @@ void __init memtable_init(struct meminfo *mi)
}

flush_cache_all();
flush_tlb_all();
local_flush_tlb_all();

top_pmd = pmd_off_k(0xffff0000);
}
Expand Down

0 comments on commit c4b1636

Please sign in to comment.