diff mbox

[v2,1/5] core/pci: remove misleading fast reboot comment

Message ID 500d75a6b1e367871b836e377d765775f268fce9.1484284153.git-series.andrew.donnellan@au1.ibm.com
State Superseded
Headers show

Commit Message

Andrew Donnellan Jan. 13, 2017, 5:09 a.m. UTC
We have fast reboot now, so pci_reset() is no longer a "remnant" thereof.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 core/pci.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Gavin Shan Jan. 15, 2017, 11:06 p.m. UTC | #1
On Fri, Jan 13, 2017 at 04:09:37PM +1100, Andrew Donnellan wrote:
>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>

>---
> 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
>
>_______________________________________________
>Skiboot mailing list
>Skiboot@lists.ozlabs.org
>https://lists.ozlabs.org/listinfo/skiboot
diff mbox

Patch

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)
 	 */