]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64/kexec: NULL check "clear_all" in kexec_sequence
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 19 Aug 2016 08:52:35 +0000 (14:22 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 22 Sep 2016 21:54:05 +0000 (07:54 +1000)
commit70daf575b3e4471f1cfd54bbd0f2811a66d60904
tree6f01ec4311c0ab25c70f78e751f9d91a7cca16a0
parent07c618e6aa1509c68107169c553593edf9d24ad2
powerpc/64/kexec: NULL check "clear_all" in kexec_sequence

With Radix, it can be NULL even on !BOOKE these days so replace
the ifdef with a NULL check which is cleaner anyway.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/misc_64.S