summaryrefslogtreecommitdiff
path: root/kexec/kexec-syscall.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@axis.com>2008-09-04 16:08:50 +0200
committerSimon Horman <horms@verge.net.au>2008-10-08 17:09:19 +1100
commitb039510932e5b3d9691a5d423c34f7ebb14e5175 (patch)
tree289c9eb2b92235b717132688d00476363cbf23be /kexec/kexec-syscall.h
parent800fe37b7931cb11c47c88bf1fd69aa096d3cebe (diff)
downloadkexec-tools-b039510932e5b3d9691a5d423c34f7ebb14e5175.tar.gz
cris: Add CRISv32 support
Hello, I hope this is the correct list to which to send these patches. Comments are very welcome. Thanks, Edgar From: Edgar E. Iglesias <edgar.iglesias@axis.com> Add a CRISv32 port. Initially only the elf filetype is supported. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r--kexec/kexec-syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h
index 4535716..c367790 100644
--- a/kexec/kexec-syscall.h
+++ b/kexec/kexec-syscall.h
@@ -92,6 +92,7 @@ static inline long kexec_reboot(void)
#define KEXEC_ARCH_SH (42 << 16)
#define KEXEC_ARCH_MIPS_LE (10 << 16)
#define KEXEC_ARCH_MIPS ( 8 << 16)
+#define KEXEC_ARCH_CRIS (76 << 16)
#define KEXEC_MAX_SEGMENTS 16