]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 19 Aug 2016 08:52:39 +0000 (14:22 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 22 Sep 2016 21:54:18 +0000 (07:54 +1000)
commit3eabf88579032e3c73e7b0a8495f8dbe8c407f46
treeca2213e11463d9f0eda544b0ee6872e621afc49f
parentb970b41ea68ace17f389c8387c1df4a86aa039a0
powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()

The only difference is now the TCE table check which doesn't need
to be ifdef'ed out, it will basically do nothing on BookE (it is
only useful for ancient IBM machines).

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/machine_kexec_64.c