diff options
Diffstat (limited to 'arch/ppc/platforms/4xx')
-rw-r--r-- | arch/ppc/platforms/4xx/bubinga.c | 2 | ||||
-rw-r--r-- | arch/ppc/platforms/4xx/ep405.c | 2 | ||||
-rw-r--r-- | arch/ppc/platforms/4xx/ibmnp405h.h | 2 | ||||
-rw-r--r-- | arch/ppc/platforms/4xx/sycamore.c | 2 | ||||
-rw-r--r-- | arch/ppc/platforms/4xx/walnut.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/ppc/platforms/4xx/bubinga.c b/arch/ppc/platforms/4xx/bubinga.c index 75857b38e89..1a7f075b754 100644 --- a/arch/ppc/platforms/4xx/bubinga.c +++ b/arch/ppc/platforms/4xx/bubinga.c | |||
@@ -197,7 +197,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip) | |||
197 | hose->first_busno, PCI_SLOT(hose->first_busno), | 197 | hose->first_busno, PCI_SLOT(hose->first_busno), |
198 | PCI_FUNC(hose->first_busno), bar, bar_response); | 198 | PCI_FUNC(hose->first_busno), bar, bar_response); |
199 | } | 199 | } |
200 | /* end work arround */ | 200 | /* end workaround */ |
201 | 201 | ||
202 | #ifdef DEBUG | 202 | #ifdef DEBUG |
203 | printk("PCI bridge regs after fixup \n"); | 203 | printk("PCI bridge regs after fixup \n"); |
diff --git a/arch/ppc/platforms/4xx/ep405.c b/arch/ppc/platforms/4xx/ep405.c index e5adf9ba1fc..5aa29502280 100644 --- a/arch/ppc/platforms/4xx/ep405.c +++ b/arch/ppc/platforms/4xx/ep405.c | |||
@@ -130,7 +130,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip) | |||
130 | hose->first_busno, PCI_SLOT(hose->first_busno), | 130 | hose->first_busno, PCI_SLOT(hose->first_busno), |
131 | PCI_FUNC(hose->first_busno), bar, bar_response); | 131 | PCI_FUNC(hose->first_busno), bar, bar_response); |
132 | } | 132 | } |
133 | /* end work arround */ | 133 | /* end workaround */ |
134 | #endif | 134 | #endif |
135 | } | 135 | } |
136 | 136 | ||
diff --git a/arch/ppc/platforms/4xx/ibmnp405h.h b/arch/ppc/platforms/4xx/ibmnp405h.h index 4aa8821b478..08a6a779190 100644 --- a/arch/ppc/platforms/4xx/ibmnp405h.h +++ b/arch/ppc/platforms/4xx/ibmnp405h.h | |||
@@ -80,7 +80,7 @@ | |||
80 | #define DCRN_CPMFR_BASE 0x0B9 | 80 | #define DCRN_CPMFR_BASE 0x0B9 |
81 | #define DCRN_CPMER_BASE 0x0B8 | 81 | #define DCRN_CPMER_BASE 0x0B8 |
82 | 82 | ||
83 | /* CPM Clocking & Power Mangement defines */ | 83 | /* CPM Clocking & Power Management defines */ |
84 | #define IBM_CPM_PCI 0x40000000 /* PCI */ | 84 | #define IBM_CPM_PCI 0x40000000 /* PCI */ |
85 | #define IBM_CPM_EMAC2 0x20000000 /* EMAC 2 MII */ | 85 | #define IBM_CPM_EMAC2 0x20000000 /* EMAC 2 MII */ |
86 | #define IBM_CPM_EMAC3 0x04000000 /* EMAC 3 MII */ | 86 | #define IBM_CPM_EMAC3 0x04000000 /* EMAC 3 MII */ |
diff --git a/arch/ppc/platforms/4xx/sycamore.c b/arch/ppc/platforms/4xx/sycamore.c index c47493e344c..8689f3e8ef3 100644 --- a/arch/ppc/platforms/4xx/sycamore.c +++ b/arch/ppc/platforms/4xx/sycamore.c | |||
@@ -225,7 +225,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip) | |||
225 | hose->first_busno, PCI_SLOT(hose->first_busno), | 225 | hose->first_busno, PCI_SLOT(hose->first_busno), |
226 | PCI_FUNC(hose->first_busno), bar, bar_response); | 226 | PCI_FUNC(hose->first_busno), bar, bar_response); |
227 | } | 227 | } |
228 | /* end work arround */ | 228 | /* end workaround */ |
229 | 229 | ||
230 | #ifdef DEBUG | 230 | #ifdef DEBUG |
231 | printk("PCI bridge regs after fixup \n"); | 231 | printk("PCI bridge regs after fixup \n"); |
diff --git a/arch/ppc/platforms/4xx/walnut.c b/arch/ppc/platforms/4xx/walnut.c index f414d2d4c58..2f977234085 100644 --- a/arch/ppc/platforms/4xx/walnut.c +++ b/arch/ppc/platforms/4xx/walnut.c | |||
@@ -200,7 +200,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip) | |||
200 | hose->first_busno, PCI_SLOT(hose->first_busno), | 200 | hose->first_busno, PCI_SLOT(hose->first_busno), |
201 | PCI_FUNC(hose->first_busno), bar, bar_response); | 201 | PCI_FUNC(hose->first_busno), bar, bar_response); |
202 | } | 202 | } |
203 | /* end work arround */ | 203 | /* end work around */ |
204 | 204 | ||
205 | #ifdef DEBUG | 205 | #ifdef DEBUG |
206 | printk("PCI bridge regs after fixup \n"); | 206 | printk("PCI bridge regs after fixup \n"); |