[PATCH] Remove outdated comment in x86-64 mmconfig code

Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
Andi Kleen 2006-09-26 10:52:41 +02:00 коммит произвёл Andi Kleen
Родитель 27fbe5b28a
Коммит 9ddab42d1e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -218,7 +218,6 @@ void __init pci_mmcfg_init(int type)
return;
}
/* RED-PEN i386 doesn't do _nocache right now */
pci_mmcfg_virt = kmalloc(sizeof(*pci_mmcfg_virt) * pci_mmcfg_config_num, GFP_KERNEL);
if (pci_mmcfg_virt == NULL) {
printk("PCI: Can not allocate memory for mmconfig structures\n");