Skip to content

Commit

Permalink
[PATCH] Remove outdated comment in x86-64 mmconfig code
Browse files Browse the repository at this point in the history
Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 27fbe5b commit 9ddab42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86_64/pci/mmconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9ddab42

Please sign in to comment.