diff options
Diffstat (limited to 'arch/powerpc/platforms/powernv/pci.c')
-rw-r--r-- | arch/powerpc/platforms/powernv/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/pci.c b/arch/powerpc/platforms/powernv/pci.c index a053f4fe5db8..69dca5a8ada8 100644 --- a/arch/powerpc/platforms/powernv/pci.c +++ b/arch/powerpc/platforms/powernv/pci.c | |||
@@ -555,7 +555,7 @@ void __init pnv_pci_init(void) | |||
555 | { | 555 | { |
556 | struct device_node *np; | 556 | struct device_node *np; |
557 | 557 | ||
558 | pci_set_flags(PCI_CAN_SKIP_ISA_ALIGN); | 558 | pci_add_flags(PCI_CAN_SKIP_ISA_ALIGN); |
559 | 559 | ||
560 | /* OPAL absent, try POPAL first then RTAS detection of PHBs */ | 560 | /* OPAL absent, try POPAL first then RTAS detection of PHBs */ |
561 | if (!firmware_has_feature(FW_FEATURE_OPAL)) { | 561 | if (!firmware_has_feature(FW_FEATURE_OPAL)) { |