aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms/powernv/setup.c
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2015-05-15 14:06:44 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-05-22 15:14:38 +1000
commit81f2f7ce4c5bb688ad691cb3ee37e81ca26a8a3b (patch)
tree5910f163666cb24d6e0d9fdf90c667f61cf236b6 /arch/powerpc/platforms/powernv/setup.c
parentpowernv/opal-dump: Convert to irq domain (diff)
downloadwireguard-linux-81f2f7ce4c5bb688ad691cb3ee37e81ca26a8a3b.tar.xz
wireguard-linux-81f2f7ce4c5bb688ad691cb3ee37e81ca26a8a3b.zip
opal: Remove events notifier
All users of the old opal events notifier have been converted over to the irq domain so remove the event notifier functions. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/powernv/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/setup.c b/arch/powerpc/platforms/powernv/setup.c
index 509cdd2f7ad8..15e9337b392c 100644
--- a/arch/powerpc/platforms/powernv/setup.c
+++ b/arch/powerpc/platforms/powernv/setup.c
@@ -107,7 +107,7 @@ static void pnv_prepare_going_down(void)
* Disable all notifiers from OPAL, we can't
* service interrupts anymore anyway
*/
- opal_notifier_disable();
+ opal_event_shutdown();
/* Soft disable interrupts */
local_irq_disable();