[Skiboot] [PATCH 1/5] core/pci: remove misleading fast reboot comment
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Tue Dec 6 18:16:18 AEDT 2016
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>
---
core/pci.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/core/pci.c b/core/pci.c
index 4160299..8b1df5b 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.8.7
More information about the Skiboot
mailing list