diff options
author | Daniel Drake <dsd@laptop.org> | 2010-09-23 17:28:04 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-09-23 11:14:18 -0700 |
commit | 76fb657017588a0912f0d1d140cb807446e4ef05 (patch) | |
tree | 7bd59420c34c78a7581e8bdbfb870fdb3e47eb50 /arch/x86/pci | |
parent | b30a3f6257ed2105259b404d419b4964e363928c (diff) | |
download | talos-op-linux-76fb657017588a0912f0d1d140cb807446e4ef05.tar.gz talos-op-linux-76fb657017588a0912f0d1d140cb807446e4ef05.zip |
x86, olpc: Only enable PCI configuration type override on XO-1
This configuration type override is for XO-1 only and must not happen
on XO-1.5.
Signed-off-by: Daniel Drake <dsd@laptop.org>
LKML-Reference: <20100923162805.0F6549D401B@zog.reactivated.net>
Cc: Andres Solomon <dilinger@queued.net>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/olpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/olpc.c b/arch/x86/pci/olpc.c index b34815408f58..13700ec8e2e4 100644 --- a/arch/x86/pci/olpc.c +++ b/arch/x86/pci/olpc.c @@ -304,7 +304,7 @@ static struct pci_raw_ops pci_olpc_conf = { int __init pci_olpc_init(void) { - printk(KERN_INFO "PCI: Using configuration type OLPC\n"); + printk(KERN_INFO "PCI: Using configuration type OLPC XO-1\n"); raw_pci_ops = &pci_olpc_conf; is_lx = is_geode_lx(); return 0; |