diff options
author | Jesse Barnes <jbarnes@hobbes.lan> | 2008-06-12 16:51:46 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-06-12 16:51:46 -0400 |
commit | 81d5575a48f49f494289a1299a32e4e5e41fbf40 (patch) | |
tree | 189476a82f3bc78b0408efca9d98cf0e3731d3d5 /drivers/pci/pci-sysfs.c | |
parent | 883eed1b3e25fb1d7d8f32c6550cc1ac44888838 (diff) |
PCI: fixup write combine comment in pci_mmap_resource
Now that we can actually do write combining properly, there's no need to have
the FIXME.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pci-sysfs.c')
-rw-r--r-- | drivers/pci/pci-sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c index 9ec7d3977a82..6f3c7446c329 100644 --- a/drivers/pci/pci-sysfs.c +++ b/drivers/pci/pci-sysfs.c | |||
@@ -492,7 +492,6 @@ pci_mmap_legacy_mem(struct kobject *kobj, struct bin_attribute *attr, | |||
492 | * @write_combine: 1 for write_combine mapping | 492 | * @write_combine: 1 for write_combine mapping |
493 | * | 493 | * |
494 | * Use the regular PCI mapping routines to map a PCI resource into userspace. | 494 | * Use the regular PCI mapping routines to map a PCI resource into userspace. |
495 | * FIXME: write combining? maybe automatic for prefetchable regions? | ||
496 | */ | 495 | */ |
497 | static int | 496 | static int |
498 | pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr, | 497 | pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr, |