aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
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 /include/uapi
parentm68k/mac: Mark Mac IIsi ADB driver BROKEN (diff)
downloadlinux-dev-7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2.tar.xz
linux-dev-7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2.zip
m68k: Add kexec support
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/kexec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kexec.h b/include/uapi/linux/kexec.h
index 104838f65bc1..d6629d49a243 100644
--- a/include/uapi/linux/kexec.h
+++ b/include/uapi/linux/kexec.h
@@ -18,6 +18,7 @@
*/
#define KEXEC_ARCH_DEFAULT ( 0 << 16)
#define KEXEC_ARCH_386 ( 3 << 16)
+#define KEXEC_ARCH_68K ( 4 << 16)
#define KEXEC_ARCH_X86_64 (62 << 16)
#define KEXEC_ARCH_PPC (20 << 16)
#define KEXEC_ARCH_PPC64 (21 << 16)