projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fbe5b
)
[PATCH] Remove outdated comment in x86-64 mmconfig code
author
Andi Kleen
<ak@suse.de>
Tue, 26 Sep 2006 08:52:41 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:41 +0000
(10:52 +0200)
Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/pci/mmconfig.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/pci/mmconfig.c
b/arch/x86_64/pci/mmconfig.c
index 8c0722b95cdc5870945ae968e057a3998f209bba..7732f4254d21810a4c5441278032169bf59f7e36 100644
(file)
--- 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");