diff options
author | Daniel Drake <dsd@laptop.org> | 2010-09-23 17:28:04 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-10-15 13:09:51 -0700 |
commit | 80e7b19ae167197e84f378809b8ccddd0f99c1fd (patch) | |
tree | 482b179d2500aa20cc42300d71341d17481e3768 /arch/x86/pci | |
parent | 66db60eaf158aa953651d03e43e931e757e87262 (diff) | |
download | kernel_samsung_tuna-80e7b19ae167197e84f378809b8ccddd0f99c1fd.zip kernel_samsung_tuna-80e7b19ae167197e84f378809b8ccddd0f99c1fd.tar.gz kernel_samsung_tuna-80e7b19ae167197e84f378809b8ccddd0f99c1fd.tar.bz2 |
PCI: 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.
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
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 b348154..13700ec 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; |