summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-08-20 22:51:47 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-12-08 11:01:47 +0100
commit7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2 (patch)
tree34e7ba2d35c238bd80bfdbacbc03f209da587942 /arch/m68k/kernel/asm-offsets.c
parent6cf30b35475435f453d87838fb14ad3483955a19 (diff)
downloadop-kernel-dev-7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2.zip
op-kernel-dev-7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2.tar.gz
m68k: Add kexec support
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/asm-offsets.c')
-rw-r--r--arch/m68k/kernel/asm-offsets.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/kernel/asm-offsets.c b/arch/m68k/kernel/asm-offsets.c
index 8b7b228..3a38634 100644
--- a/arch/m68k/kernel/asm-offsets.c
+++ b/arch/m68k/kernel/asm-offsets.c
@@ -98,6 +98,9 @@ int main(void)
DEFINE(CIABBASE, &ciab);
DEFINE(C_PRA, offsetof(struct CIA, pra));
DEFINE(ZTWOBASE, zTwoBase);
+
+ /* enum m68k_fixup_type */
+ DEFINE(M68K_FIXUP_MEMOFFSET, m68k_fixup_memoffset);
#endif
return 0;
OpenPOWER on IntegriCloud