From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:41 +0000 (+0200) Subject: [PATCH] Remove outdated comment in x86-64 mmconfig code X-Git-Tag: upstream/snapshot3+hdmi~38139^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ddab42d1e65dfbdb14588346d47fb142090ab40;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] Remove outdated comment in x86-64 mmconfig code Cc: gregkh@suse.de Signed-off-by: Andi Kleen --- diff --git a/arch/x86_64/pci/mmconfig.c b/arch/x86_64/pci/mmconfig.c index 8c0722b..7732f42 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) 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");