it's in x86/core:
# x86/core: ebd60cd: x86: unify using pci_mmcfg_insert_resource
and has spread to other topics as well:
# irq/sparseirq: ebd60cd: x86: unify using pci_mmcfg_insert_resource
# timers/hpet-percpu: ebd60cd: x86: unify using pci_mmcfg_insert_resource
# x86/mm-debug: ebd60cd: x86: unify using pci_mmcfg_insert_resource
# x86/spinlocks: ebd60cd: x86: unify using pci_mmcfg_insert_resource
# x86/unify-cpu-detect: ebd60cd: x86: unify using pci_mmcfg_insert_resource
i.e. it's quite intervoven. You should be able to cherry pick it cleanly
into your tree without any other -tip changes if you track -tip as a
remote:
git cherry-pick ebd60cd
if it's not that simple then please let me know and i'll separate it out
into a separate, -git based topic.
Ingo
--