Skip to content

Commit

Permalink
zaius: Remove psi_set_external_irq_policy from platform init
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
oohal authored and stewartsmith committed Mar 16, 2017
1 parent 51091fb commit 95d867f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platforms/astbmc/zaius.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/* Setup UART for direct use by Linux */
uart_set_console_policy(UART_CONSOLE_OS);
Expand Down

0 comments on commit 95d867f

Please sign in to comment.