projects
/
~shefty
/
rdma-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
consolidate cond_syscall and SYSCALL_ALIAS declarations
[~shefty/rdma-dev.git]
/
arch
/
h8300
/
include
/
asm
/
unistd.h
diff --git
a/arch/h8300/include/asm/unistd.h
b/arch/h8300/include/asm/unistd.h
index 6721856d841b353321fd1f12a81f4e85a5ec65cc..ab671ecf51963d70517d651318b8bcfbb11a6a40 100644
(file)
--- a/
arch/h8300/include/asm/unistd.h
+++ b/
arch/h8300/include/asm/unistd.h
@@
-33,11
+33,4
@@
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_CLONE
-/*
- * "Conditional" syscalls
- */
-#define cond_syscall(name) \
- asm (".weak\t_" #name "\n" \
- ".set\t_" #name ",_sys_ni_syscall");
-
#endif /* _ASM_H8300_UNISTD_H_ */