powerpc/eeh: Cleanup on EEH PCI address cache
The patch does cleanup on EEH PCI address cache based on the fact EEH core is the only user of the component. * Cleanup on function names so that they all have prefix "eeh" and looks more short. * Function printk() has been replaced with pr_debug() or pr_warning() accordingly. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
f8f7d63fd9
commit
3ab96a02e8
@@ -73,7 +73,7 @@ void __init pSeries_final_fixup(void)
|
||||
{
|
||||
pSeries_request_regions();
|
||||
|
||||
pci_addr_cache_build();
|
||||
eeh_addr_cache_build();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user