aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-09-26 04:52:41 -0400
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 04:52:41 -0400
commit9ddab42d1e65dfbdb14588346d47fb142090ab40 (patch)
treed5eae26303fe41d7c49471407a90d21a768dc704 /arch
parent27fbe5b28a2ffef171c6005f304ea4f80fcdcc01 (diff)
[PATCH] Remove outdated comment in x86-64 mmconfig code
Cc: gregkh@suse.de Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/pci/mmconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/pci/mmconfig.c b/arch/x86_64/pci/mmconfig.c
index 8c0722b95cdc..7732f4254d21 100644
--- a/arch/x86_64/pci/mmconfig.c
+++ b/arch/x86_64/pci/mmconfig.c
@@ -218,7 +218,6 @@ void __init pci_mmcfg_init(int type)
218 return; 218 return;
219 } 219 }
220 220
221 /* RED-PEN i386 doesn't do _nocache right now */
222 pci_mmcfg_virt = kmalloc(sizeof(*pci_mmcfg_virt) * pci_mmcfg_config_num, GFP_KERNEL); 221 pci_mmcfg_virt = kmalloc(sizeof(*pci_mmcfg_virt) * pci_mmcfg_config_num, GFP_KERNEL);
223 if (pci_mmcfg_virt == NULL) { 222 if (pci_mmcfg_virt == NULL) {
224 printk("PCI: Can not allocate memory for mmconfig structures\n"); 223 printk("PCI: Can not allocate memory for mmconfig structures\n");