forked from luck/tmp_suning_uos_patched
[PATCH] ppc32: fix compilation error with CONFIG_PQ2FADS
The 2.6.12.3 kernel compilation fails for ARCH=ppc when CONFIG_PQ2FADS=y. This patch has been tested on Freescale PQ2FADS-ZU and -VR boards. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3a1ce8aa2d
commit
c41b72d5bd
@ -238,9 +238,9 @@ pq2ads_setup_pci(struct pci_controller *hose)
|
|||||||
* Setting required to enable IRQ1-IRQ7 (SIUMCR [DPPC]),
|
* Setting required to enable IRQ1-IRQ7 (SIUMCR [DPPC]),
|
||||||
* and local bus for PCI (SIUMCR [LBPC]).
|
* and local bus for PCI (SIUMCR [LBPC]).
|
||||||
*/
|
*/
|
||||||
immap->im_siu_conf.siu_82xx.sc_siumcr = (immap->im_siu_conf.sc_siumcr &
|
immap->im_siu_conf.siu_82xx.sc_siumcr = (immap->im_siu_conf.siu_82xx.sc_siumcr &
|
||||||
~(SIUMCR_L2PC11 | SIUMCR_LBPC11 | SIUMCR_CS10PC11 | SIUMCR_APPC11) |
|
~(SIUMCR_L2CPC11 | SIUMCR_LBPC11 | SIUMCR_CS10PC11 | SIUMCR_APPC11) |
|
||||||
SIUMCR_BBD | SIUMCR_LBPC01 | SIUMCR_DPPC11 | SIUMCR_APPC10;
|
SIUMCR_BBD | SIUMCR_LBPC01 | SIUMCR_DPPC11 | SIUMCR_APPC10);
|
||||||
#endif
|
#endif
|
||||||
/* Enable PCI */
|
/* Enable PCI */
|
||||||
immap->im_pci.pci_gcr = cpu_to_le32(PCIGCR_PCI_BUS_EN);
|
immap->im_pci.pci_gcr = cpu_to_le32(PCIGCR_PCI_BUS_EN);
|
||||||
|
Loading…
Reference in New Issue
Block a user