Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42257
b: refs/heads/master
c: 78dc4c2
h: refs/heads/master
i:
  42255: ff940eb
v: v3
  • Loading branch information
Kalle Pokki authored and Paul Mackerras committed Dec 4, 2006
1 parent ea21888 commit 3813012
Show file tree
Hide file tree
Showing 2 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: adaa3a796282e2fa3bc48bc57bccd01ce891b8d2
refs/heads/master: 78dc4c20de0f2cb2aa6d4542f965f889be6da775
8 changes: 4 additions & 4 deletions trunk/arch/ppc/syslib/mpc8xx_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct platform_device ppc_sys_platform_devices[] = {
{
.name = "pram",
.start = 0x3c00,
.end = 0x3c80,
.end = 0x3c7f,
.flags = IORESOURCE_MEM,
},
{
Expand All @@ -103,7 +103,7 @@ struct platform_device ppc_sys_platform_devices[] = {
{
.name = "pram",
.start = 0x3d00,
.end = 0x3d80,
.end = 0x3d7f,
.flags = IORESOURCE_MEM,
},

Expand All @@ -129,7 +129,7 @@ struct platform_device ppc_sys_platform_devices[] = {
{
.name = "pram",
.start = 0x3e00,
.end = 0x3e80,
.end = 0x3e7f,
.flags = IORESOURCE_MEM,
},

Expand All @@ -155,7 +155,7 @@ struct platform_device ppc_sys_platform_devices[] = {
{
.name = "pram",
.start = 0x3f00,
.end = 0x3f80,
.end = 0x3f7f,
.flags = IORESOURCE_MEM,
},

Expand Down

0 comments on commit 3813012

Please sign in to comment.