Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16350
b: refs/heads/master
c: 4aa7c80
h: refs/heads/master
v: v3
  • Loading branch information
Sylvain Munaut authored and Linus Torvalds committed Jan 6, 2006
1 parent 718ce8e commit 31cbac0
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d62de3aa8ac762c09845aa38634a845da55f31dc
refs/heads/master: 4aa7c80193c561e52c06351e0f521e697954a859
6 changes: 4 additions & 2 deletions trunk/arch/ppc/syslib/mpc52xx_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ mpc52xx_set_bat(void)
void __init
mpc52xx_map_io(void)
{
/* Here we only map the MBAR */
/* Here we map the MBAR and the whole upper zone. MBAR is only
64k but we can't map only 64k with BATs. Map the whole
0xf0000000 range is ok and helps eventual lpb devices placed there */
io_block_mapping(
MPC52xx_MBAR_VIRT, MPC52xx_MBAR, MPC52xx_MBAR_SIZE, _PAGE_IO);
MPC52xx_MBAR_VIRT, MPC52xx_MBAR, 0x10000000, _PAGE_IO);
}


Expand Down

0 comments on commit 31cbac0

Please sign in to comment.