summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/machine_kexec_64.c
diff options
context:
space:
mode:
authorMichael Ellerman2006-07-05 06:39:43 +0200
committerPaul Mackerras2006-08-17 08:41:10 +0200
commitb6f35b4966e0ae59cec45e5292b100698d12dc5f (patch)
tree5ff3b2832c1c3eebbef699df710068ab106ab2db /arch/powerpc/kernel/machine_kexec_64.c
parent[POWERPC] Move some kexec logic into machine_kexec.c (diff)
downloadkernel-qcow2-linux-b6f35b4966e0ae59cec45e5292b100698d12dc5f.tar.gz
kernel-qcow2-linux-b6f35b4966e0ae59cec45e5292b100698d12dc5f.tar.xz
kernel-qcow2-linux-b6f35b4966e0ae59cec45e5292b100698d12dc5f.zip
[POWERPC] Make crash.c work on 32-bit and 64-bit
To compile kexec on 32-bit we need a few more bits and pieces. Rather than add empty definitions, we can make crash.c work on 32-bit, with only a couple of kludges. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec_64.c')
-rw-r--r--arch/powerpc/kernel/machine_kexec_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/machine_kexec_64.c b/arch/powerpc/kernel/machine_kexec_64.c
index b6db19d61435..be58985c7681 100644
--- a/arch/powerpc/kernel/machine_kexec_64.c
+++ b/arch/powerpc/kernel/machine_kexec_64.c
@@ -10,7 +10,6 @@
*/
-#include <linux/cpumask.h>
#include <linux/kexec.h>
#include <linux/smp.h>
#include <linux/thread_info.h>