[Skiboot] [PATCH] zaius: Remove psi_set_external_irq_policy from platform init
Russell Currey
ruscur at russell.cc
Wed Jan 25 18:13:33 AEDT 2017
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 at 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;
> }
More information about the Skiboot
mailing list