Enable the feature by default. Can be overridden by the command line argument "pcie_movable_bars=off". Signed-off-by: Sergey Miroshnichenko <s.miroshnichenko@xxxxxxxxx> --- arch/x86/pci/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/pci/init.c b/arch/x86/pci/init.c index 5fc617edf108..f93843f702d1 100644 --- a/arch/x86/pci/init.c +++ b/arch/x86/pci/init.c @@ -40,6 +40,8 @@ static __init int pci_arch_init(void) dmi_check_skip_isa_align(); + pci_add_flags(PCI_MOVABLE_BARS); + return 0; } arch_initcall(pci_arch_init); -- 2.20.1