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:

zatwierdzone przez
Michael Ellerman

rodzic
dbc5740247
commit
e27e0a9465
@@ -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();
|
||||
|
Reference in New Issue
Block a user