Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12170
b: refs/heads/master
c: 6bf7bd6
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 2, 2005
1 parent 9439ba4 commit c6b2369
Show file tree
Hide file tree
Showing 2 changed files with 9 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: bfca94590bfd3dcd958c542d2fb6406518150fee
refs/heads/master: 6bf7bd6967b1cdde1fe953b0edb951966799fb44
9 changes: 8 additions & 1 deletion trunk/arch/arm/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,17 @@ static void __init devicemaps_init(struct machine_desc *mdesc)

/*
* Ask the machine support to map in the statically mapped devices.
* After this point, we can start to touch devices again.
*/
if (mdesc->map_io)
mdesc->map_io();

/*
* Finally flush the tlb again - this ensures that we're in a
* consistent state wrt the writebuffer if the writebuffer needs
* draining. After this point, we can start to touch devices
* again.
*/
local_flush_tlb_all();
}

/*
Expand Down

0 comments on commit c6b2369

Please sign in to comment.