diff options
author | Simon Horman <horms@verge.net.au> | 2007-02-01 17:28:06 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-02-01 17:28:06 +0900 |
commit | 9bc3f8f7df46d8253bccaede1ea5ad3f21678f80 (patch) | |
tree | f7f85110ad0161f475464bd3f8d34f9b096c8b53 /kexec/kexec-syscall.h | |
parent | e4656a54370d0b1b398e05217f6a43f3ef7dbeb7 (diff) |
Missing portions of the sh code
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r-- | kexec/kexec-syscall.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h index 0ca3984..37e2bb1 100644 --- a/kexec/kexec-syscall.h +++ b/kexec/kexec-syscall.h @@ -25,9 +25,6 @@ #ifdef __i386__ #define __NR_kexec_load 283 #endif -#ifdef __sh__ -#define __NR_kexec_load 283 -#endif #ifdef __ia64__ #define __NR_kexec_load 1268 #endif |