[POWERPC] Move some kexec logic into machine_kexec.c
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 5 Jul 2006 04:39:42 +0000 (14:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 17 Aug 2006 06:41:10 +0000 (16:41 +1000)
commit47585d8f5dea10dea49c948f1fb13ef7632409c7
treed9386ca930b7470e64f3d60076e3cf72f1b22c75
parent90bdde362cc506173c1d18b8f516b18e5b228e96
[POWERPC] Move some kexec logic into machine_kexec.c

We're missing a few functions for kexec to compile on 32-bit. There's
nothing really 64-bit specific about the 64-bit versions, so make them
generic rather than adding empty definitions for 32-bit.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/machine_kexec.c
arch/powerpc/kernel/machine_kexec_64.c