aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/kexec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/kexec.h b/include/asm-powerpc/kexec.h
index ae76ed5d973..c0f6d6b0d93 100644
--- a/include/asm-powerpc/kexec.h
+++ b/include/asm-powerpc/kexec.h
@@ -30,6 +30,8 @@
30#define KEXEC_ARCH KEXEC_ARCH_PPC 30#define KEXEC_ARCH KEXEC_ARCH_PPC
31#endif 31#endif
32 32
33#define HAVE_ARCH_COPY_OLDMEM_PAGE
34
33#ifndef __ASSEMBLY__ 35#ifndef __ASSEMBLY__
34 36
35#ifdef CONFIG_KEXEC 37#ifdef CONFIG_KEXEC