Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1654
b: refs/heads/master
c: ff94502
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed May 28, 2005
1 parent ee26483 commit 5f3cfb4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 92b4dc16257fef814ddf1c8d1d2a20f67f67ee4b
refs/heads/master: ff945023c6a455679165b14d298316e262ceeb1f
1 change: 0 additions & 1 deletion trunk/arch/ppc/platforms/83xx/mpc834x_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ mpc834x_sys_map_io(void)
{
/* we steal the lowest ioremap addr for virt space */
io_block_mapping(VIRT_IMMRBAR, immrbar, 1024*1024, _PAGE_IO);
io_block_mapping(BCSR_VIRT_ADDR, BCSR_PHYS_ADDR, BCSR_SIZE, _PAGE_IO);
}

int
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/ppc/platforms/83xx/mpc834x_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define VIRT_IMMRBAR ((uint)0xfe000000)

#define BCSR_PHYS_ADDR ((uint)0xf8000000)
#define BCSR_VIRT_ADDR ((uint)0xfe100000)
#define BCSR_SIZE ((uint)(32 * 1024))

#ifdef CONFIG_PCI
Expand Down

0 comments on commit 5f3cfb4

Please sign in to comment.