powerpc/xive: Remove xive_kexec_teardown_cpu()

It's identical to xive_teardown_cpu() so just use the latter

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Benjamin Herrenschmidt
2018-04-11 15:18:01 +10:00
zatwierdzone przez Michael Ellerman
rodzic dbc5740247
commit e27e0a9465
4 zmienionych plików z 2 dodań i 25 usunięć

Wyświetl plik

@@ -58,7 +58,7 @@ void pseries_kexec_cpu_down(int crash_shutdown, int secondary)
}
if (xive_enabled()) {
xive_kexec_teardown_cpu(secondary);
xive_teardown_cpu();
if (!secondary)
xive_shutdown();