The patch titled mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix has been added to the -mm tree. Its filename is mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Aaron Durbin <adurbin@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/mmconfig-shared.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff -puN arch/i386/pci/mmconfig-shared.c~mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix arch/i386/pci/mmconfig-shared.c --- a/arch/i386/pci/mmconfig-shared.c~mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix +++ a/arch/i386/pci/mmconfig-shared.c @@ -25,7 +25,7 @@ DECLARE_BITMAP(pci_mmcfg_fallback_slots, 32*PCI_MMCFG_MAX_CHECK_BUS); /* Indicate if the mmcfg resources have been placed into the resource table. */ -static int __initdata pci_mmcfg_resources_inserted = 0; +static int __initdata pci_mmcfg_resources_inserted; /* K8 systems have some devices (typically in the builtin northbridge) that are only accessible using type1 @@ -275,12 +275,13 @@ void __init pci_mmcfg_init(int type) if (known_bridge) pci_mmcfg_insert_resources(IORESOURCE_BUSY); pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; - } else + } else { /* * Signal not to attempt to insert mmcfg resources because * the architecture mmcfg setup could not initialize. */ pci_mmcfg_resources_inserted = 1; + } } static int __init pci_mmcfg_late_insert_resources(void) @@ -288,7 +289,7 @@ static int __init pci_mmcfg_late_insert_ /* * If resources are already inserted or we are not using MMCONFIG, * don't insert the resources. - * */ + */ if ((pci_mmcfg_resources_inserted == 1) || (pci_probe & PCI_PROBE_MMCONF) == 0 || (pci_mmcfg_config_num == 0) || _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch lib-hexdump.patch stop_machine-now-uses-hard_irq_disable.patch submitchecklist-add-W-help.patch tty-add-compat_ioctl.patch use-defines-in-sys_getpriority-sys_setpriority.patch signal-timer-event-fds-v9-signalfd-core.patch signal-timer-event-fds-v9-timerfd-core.patch signal-timer-event-fds-v9-eventfd-core.patch pm3fb-preliminary-24-to-26-port.patch ntfs-use-zero_user_page.patch git-acpi-export-acpi_set_cstate_limit.patch git-alsa.patch working-3d-dri-intel-agpko-resume-for-i815-chip-tidy.patch arm-stacktrace-fix.patch git-avr32.patch cinergyt2-fix-file-release-handler.patch i2c-add-driver-for-dallas-ds1682-elapsed-time-recorder.patch git-hid-fixup.patch sn-validate-smp_affinity-mask-on-intr-redirect.patch git-leds.patch git-leds-fixup.patch git-libata-all-sata_via-build-fix.patch pata_acpi-restore-driver-vs-libata-clean-up-sff-init-mess-fix.patch netxen_nic_main-dont-use-deprecated-irq-flags.patch mlx4-dont-use-deprecated-irq-flags.patch fix-race-condition-about-network-device-name-fix.patch git-battery.patch git-parisc.patch fix-gregkh-pci-pci-remove-the-broken-pci_multithread_probe-option.patch git-pciseg.patch scsi-fix-config_scsi_wait_scan=m.patch git-block-fixup.patch git-unionfs.patch auerswald-fix-file-release-handler.patch git-wireless.patch git-wireless-fixup.patch i386-add-support-for-picopower-irq-router.patch x86_64-extract-helper-function-from-e820_register_active_regions.patch mmconfig-x86_64-i386-insert-unclaimed-mmconfig-resources-fix.patch xfs-clean-up-shrinker-games.patch change-zonelist-order-v6-zonelist-fix.patch lazy-freeing-of-memory-through-madv_free.patch add-__gfp_movable-for-callers-to-flag-allocations-from-high-memory-that-may-be-migrated.patch group-short-lived-and-reclaimable-kernel-allocations-use-slab_account_reclaim-to-determine-when-__gfp_reclaimable-should-be-used-fix.patch bias-the-location-of-pages-freed-for-min_free_kbytes-in-the-same-max_order_nr_pages-blocks.patch mm-merge-populate-and-nopage-into-fault-fixes-nonlinear.patch mm-merge-nopfn-into-fault.patch maps2-move-the-page-walker-code-to-lib.patch maps2-add-proc-pid-pagemap-interface.patch freezer-fix-kthread_create-vs-freezer-theoretical-race.patch alpha-support-graphics-on-non-zero-pci-domains-fix.patch cache-pipe-buf-page-address-for-non-highmem-arch.patch use-write_trylock_irqsave-in-ptrace_attach-fix.patch add-lzo1x-compression-support-to-the-kernel-fix.patch use-no_pci_devices-in-pci-searchc.patch introduce-boot-based-time-fix.patch use-boot-based-time-for-process-start-time-and-boot-time-fix.patch crc7-support-fix.patch revoke-wire-up-i386-system-calls.patch lguest-the-host-code.patch reiser4.patch integrity-new-hooks.patch integrity-evm-as-an-integrity-service-provider.patch integrity-ima-integrity_measure-support.patch integrity-tpm-internal-kernel-interface.patch w1-build-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html