Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42247
b: refs/heads/master
c: 1d30593
h: refs/heads/master
i:
  42245: 26ef862
  42243: bf43a11
  42239: 7e3b039
v: v3
  • Loading branch information
Wojtek Kaniewski authored and Paul Mackerras committed Dec 4, 2006
1 parent 6b8493b commit f1344bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6a0005c26aea9d470cf80c392d3bf2039dc4679
refs/heads/master: 1d30593e4c406c753e395676ba8b58600ccccbc1
2 changes: 2 additions & 0 deletions trunk/arch/ppc/platforms/4xx/bubinga.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ bubinga_early_serial_map(void)
void __init
bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
{
#ifdef CONFIG_PCI

unsigned int bar_response, bar;
/*
Expand Down Expand Up @@ -211,6 +212,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
printk(" ptm2ms\t0x%x\n", in_le32(&(pcip->ptm2ms)));
printk(" ptm2la\t0x%x\n", in_le32(&(pcip->ptm2la)));

#endif
#endif
}

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/ppc/platforms/4xx/cpci405.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ cpci405_setup_arch(void)
void __init
bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
{
#ifdef CONFIG_PCI
unsigned int bar_response, bar;

/* Disable region first */
Expand Down Expand Up @@ -167,6 +168,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
PCI_FUNC(hose->first_busno), bar,
&bar_response);
}
#endif
}

void __init
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/ppc/platforms/4xx/ep405.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ep405_setup_arch(void)
void __init
bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
{
#ifdef CONFIG_PCI
unsigned int bar_response, bar;
/*
* Expected PCI mapping:
Expand Down Expand Up @@ -130,6 +131,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
PCI_FUNC(hose->first_busno), bar, bar_response);
}
/* end work arround */
#endif
}

void __init
Expand Down

0 comments on commit f1344bb

Please sign in to comment.