Commit 42b413a9 authored by Dave Jones's avatar Dave Jones

[AGPGART] Fix up AMD64 references.

Spotted by Andi Kleen. AMD64 is the architecture, not the CPU.
parent 5edf8b9a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright 2001-2003 SuSE Labs. * Copyright 2001-2003 SuSE Labs.
* Distributed under the GNU public license, v2. * Distributed under the GNU public license, v2.
* *
* This is a GART driver for the AMD64 on-CPU northbridge. * This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge.
* It also includes support for the AMD 8151 AGP bridge, * It also includes support for the AMD 8151 AGP bridge,
* although it doesn't actually do much, as all the real * although it doesn't actually do much, as all the real
* work is done in the northbridge(s). * work is done in the northbridge(s).
...@@ -340,7 +340,7 @@ static int __init agp_amdk8_probe (struct pci_dev *dev, const struct pci_device_ ...@@ -340,7 +340,7 @@ static int __init agp_amdk8_probe (struct pci_dev *dev, const struct pci_device_
if (cap_ptr == 0) if (cap_ptr == 0)
return -ENODEV; return -ENODEV;
printk (KERN_INFO PFX "Detected AMD64 on-CPU GART\n"); printk (KERN_INFO PFX "Detected Opteron/Athlon64 on-CPU GART\n");
agp_bridge->dev = dev; agp_bridge->dev = dev;
agp_bridge->capndx = cap_ptr; agp_bridge->capndx = cap_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment