diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-04-10 14:29:55 +0100 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2003-04-10 14:29:55 +0100 |
| commit | 42b413a93383cdf2d2f0c6c1771bc922f7ad8236 (patch) | |
| tree | 9d94b4dfb3e1f4c0552778b31a60a4b0ddbacfda | |
| parent | 5edf8b9a4208987e60e0f41aff0bcc298641c0ad (diff) | |
[AGPGART] Fix up AMD64 references.
Spotted by Andi Kleen. AMD64 is the architecture, not the CPU.
| -rw-r--r-- | drivers/char/agp/amd-k8-agp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/agp/amd-k8-agp.c b/drivers/char/agp/amd-k8-agp.c index faefa5fbb0ad..036fc9937106 100644 --- a/drivers/char/agp/amd-k8-agp.c +++ b/drivers/char/agp/amd-k8-agp.c @@ -2,7 +2,7 @@ * Copyright 2001-2003 SuSE Labs. * 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, * although it doesn't actually do much, as all the real * 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_ if (cap_ptr == 0) 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->capndx = cap_ptr; |
