From: Yinghai Lu <yhlu.kernel@gmail.com>
To: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
jbarnes@virtuousgeek.org,
Jack Howarth <howarth@bromo.msbb.uc.edu>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] x86,pci: detect end_bus_number according to acpi/e820 reserved - fix
Date: Sat, 19 Jul 2008 02:16:32 -0700 [thread overview]
Message-ID: <200807190216.32479.yhlu.kernel@gmail.com> (raw)
In-Reply-To: <200807181322.37500.yhlu.kernel@gmail.com>
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
diff --git a/arch/x86/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c
index 9297882..429c701 100644
--- a/arch/x86/pci/mmconfig-shared.c
+++ b/arch/x86/pci/mmconfig-shared.c
@@ -364,6 +364,7 @@ static void __init pci_mmcfg_reject_broken(int early)
cfg = &pci_mmcfg_config[i];
addr = cfg->start_bus_number;
addr <<= 20;
+ addr += cfg->address;
size = cfg->end_bus_number + 1 - cfg->start_bus_number;
size <<= 20;
printk(KERN_NOTICE "PCI: MCFG configuration %d: base %lx "
next prev parent reply other threads:[~2008-07-19 9:17 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-18 16:41 [PATCH] x86,pci: dmi check for mackpro 2.2 mmconf Yinghai Lu
2008-07-18 16:50 ` Jack Howarth
2008-07-18 17:44 ` H. Peter Anvin
2008-07-18 17:47 ` Yinghai Lu
2008-07-18 17:49 ` H. Peter Anvin
2008-07-18 17:54 ` Yinghai Lu
2008-07-18 20:19 ` Ingo Molnar
2008-07-18 20:21 ` Yinghai Lu
2008-07-18 20:21 ` Ingo Molnar
2008-07-18 20:26 ` Yinghai Lu
2008-07-19 0:58 ` Jack Howarth
2008-07-19 1:22 ` Yinghai Lu
2008-07-19 3:28 ` Jack Howarth
2008-07-19 3:43 ` Justin Mattock
2008-07-19 4:45 ` Yinghai Lu
2008-07-19 5:12 ` Jack Howarth
2008-07-19 5:28 ` Yinghai Lu
2008-07-19 17:26 ` Jesse Barnes
2008-07-19 18:19 ` Jack Howarth
2008-07-19 18:40 ` Jack Howarth
2008-07-19 19:04 ` Jesse Barnes
2008-07-19 19:14 ` Jack Howarth
2008-07-21 6:49 ` Shaohua Li
2008-07-22 21:15 ` Jesse Barnes
2008-07-18 20:22 ` [PATCH] x86,pci: detect end_bus_number according to acpi/e820 reserved Yinghai Lu
2008-07-18 20:48 ` Ingo Molnar
2008-07-18 21:48 ` Jack Howarth
2008-07-18 22:27 ` Yinghai Lu
2008-07-18 22:42 ` Jesse Barnes
2008-07-20 6:48 ` Ingo Molnar
2008-07-19 9:16 ` Yinghai Lu [this message]
2008-07-20 6:44 ` [PATCH] x86,pci: detect end_bus_number according to acpi/e820 reserved - fix Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807190216.32479.yhlu.kernel@gmail.com \
--to=yhlu.kernel@gmail.com \
--cc=howarth@bromo.msbb.uc.edu \
--cc=hpa@zytor.com \
--cc=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox