Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 5:13 PM, Bjorn Helgaas wrote: > On Thu, Mar 01, 2018 at 06:40:47AM +0100, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we >> have two PCI_MMCONFIG entries, one

Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 5:13 PM, Bjorn Helgaas wrote: > On Thu, Mar 01, 2018 at 06:40:47AM +0100, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we >> have two PCI_MMCONFIG entries, one from the original i386 and another >> from

Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Bjorn Helgaas
On Thu, Mar 01, 2018 at 06:40:47AM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we > have two PCI_MMCONFIG entries, one from the original i386 and another > from x86_64. This consolidates both entries

Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Bjorn Helgaas
On Thu, Mar 01, 2018 at 06:40:47AM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we > have two PCI_MMCONFIG entries, one from the original i386 and another > from x86_64. This consolidates both entries into a single one. > >

Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 7:40 AM, Jan Kiszka wrote: > From: Jan Kiszka > > Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we > have two PCI_MMCONFIG entries, one from the original i386 and another > from x86_64. This

Re: [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 7:40 AM, Jan Kiszka wrote: > From: Jan Kiszka > > Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we > have two PCI_MMCONFIG entries, one from the original i386 and another > from x86_64. This consolidates both entries into a single one. > > The logic

[PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-02-28 Thread Jan Kiszka
From: Jan Kiszka Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we have two PCI_MMCONFIG entries, one from the original i386 and another from x86_64. This consolidates both entries into a single one. The logic for x86_32, where this option was not

[PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

2018-02-28 Thread Jan Kiszka
From: Jan Kiszka Since e279b6c1d329 ("x86: start unification of arch/x86/Kconfig.*"), we have two PCI_MMCONFIG entries, one from the original i386 and another from x86_64. This consolidates both entries into a single one. The logic for x86_32, where this option was not under user control,