[Skiboot] [PATCH] zaius: Remove psi_set_external_irq_policy from platform init
Oliver O'Halloran
oohall at gmail.com
Wed Jan 25 18:03:08 AEDT 2017
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 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;
}
--
2.7.4
More information about the Skiboot
mailing list