summaryrefslogtreecommitdiffstats
path: root/core/pci.c
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2017-01-27 18:33:13 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-03-20 11:23:33 +1100
commit37546ae6fdd01dbdac40e56d4f7725b3a9a902a1 (patch)
treedd29646a971724cf553901cca96449bb8c1a7f75 /core/pci.c
parent246fb0457e6aabd81b617ab1d5423234edce3dc4 (diff)
downloadblackbird-skiboot-37546ae6fdd01dbdac40e56d4f7725b3a9a902a1.tar.gz
blackbird-skiboot-37546ae6fdd01dbdac40e56d4f7725b3a9a902a1.zip
core/pci: remove misleading fast reboot comment
We have fast reboot now, so pci_reset() is no longer a "remnant" thereof. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/pci.c')
-rw-r--r--core/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pci.c b/core/pci.c
index fe4e73d8..4e417c19 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -1531,8 +1531,6 @@ void pci_reset(void)
prlog(PR_NOTICE, "PCI: Clearing all devices...\n");
- /* This is a remnant of fast-reboot, not currently used */
-
/* XXX Do those in parallel (at least the power up
* state machine could be done in parallel)
*/
OpenPOWER on IntegriCloud