diff mbox

zaius: Remove psi_set_external_irq_policy from platform init

Message ID 1485327788-6733-1-git-send-email-oohall@gmail.com
State Accepted
Headers show

Commit Message

Oliver O'Halloran Jan. 25, 2017, 7:03 a.m. UTC
This function is specific to how Skiboot's P8 PSIHB driver. For P9 the
PSIHB driver has been reworked completely and this doesn't do anything.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 platforms/astbmc/zaius.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Russell Currey Jan. 25, 2017, 7:13 a.m. UTC | #1
On Wed, 2017-01-25 at 18:03 +1100, Oliver O'Halloran wrote:
> This function is specific to how Skiboot's P8 PSIHB driver. For P9 the

I believe you accidentally a word ^

> PSIHB driver has been reworked completely and this doesn't do anything.
> 
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
> ---
>  platforms/astbmc/zaius.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/platforms/astbmc/zaius.c b/platforms/astbmc/zaius.c
> index 7770d07525b2..ba2f45c68907 100644
> --- a/platforms/astbmc/zaius.c
> +++ b/platforms/astbmc/zaius.c
> @@ -31,7 +31,6 @@ static bool zaius_probe(void)
>  
>  	/* Lot of common early inits here */
>  	astbmc_early_init();
> -	psi_set_external_irq_policy(EXTERNAL_IRQ_POLICY_LINUX);
>  
>  	return true;
>  }
Michael Neuling Feb. 10, 2017, 10:36 p.m. UTC | #2
On Wed, 2017-01-25 at 18:03 +1100, Oliver O'Halloran wrote:
> This function is specific to how Skiboot's P8 PSIHB driver. For P9 the
> PSIHB driver has been reworked completely and this doesn't do anything.
> 
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>

Acked-By: Michael Neuling <mikey@neuling.org>


> ---
>  platforms/astbmc/zaius.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/platforms/astbmc/zaius.c b/platforms/astbmc/zaius.c
> index 7770d07525b2..ba2f45c68907 100644
> --- a/platforms/astbmc/zaius.c
> +++ b/platforms/astbmc/zaius.c
> @@ -31,7 +31,6 @@ static bool zaius_probe(void)
>  
>  	/* Lot of common early inits here */
>  	astbmc_early_init();
> -	psi_set_external_irq_policy(EXTERNAL_IRQ_POLICY_LINUX);
>  
>  	return true;
>  }
Stewart Smith March 16, 2017, 7:08 a.m. UTC | #3
Oliver O'Halloran <oohall@gmail.com> writes:
> This function is specific to how Skiboot's P8 PSIHB driver. For P9 the
> PSIHB driver has been reworked completely and this doesn't do anything.
>
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>

Merged to master as of 95d867f373d29653eca138de8c18b450a99b6a15
diff mbox

Patch

diff --git a/platforms/astbmc/zaius.c b/platforms/astbmc/zaius.c
index 7770d07525b2..ba2f45c68907 100644
--- a/platforms/astbmc/zaius.c
+++ b/platforms/astbmc/zaius.c
@@ -31,7 +31,6 @@  static bool zaius_probe(void)
 
 	/* Lot of common early inits here */
 	astbmc_early_init();
-	psi_set_external_irq_policy(EXTERNAL_IRQ_POLICY_LINUX);
 
 	return true;
 }