[Skiboot] [PATCH v3 1/5] core/pci: remove misleading fast reboot comment

Andrew Donnellan andrew.donnellan at au1.ibm.com
Fri Jan 27 18:33:13 AEDT 2017


We have fast reboot now, so pci_reset() is no longer a "remnant" thereof.

Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
Reviewed-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
---
 core/pci.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/pci.c b/core/pci.c
index 0a9f8cd..05fd80f 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -1500,8 +1500,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)
 	 */
-- 
git-series 0.9.1



More information about the Skiboot mailing list