commit | bf357fcb76baeb64a45fc2b6b355c913c63e6015 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 12 13:06:51 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 12 13:06:51 2013 +0100 |
tree | 746418047e834b14b2bf4bce80737f98c2b55099 | |
parent | d27809c978f3c8c3271f7d726dc92dd0eefa8a0f [diff] |
Remove hacks for old kernels for architectures which require new kernels * defs.h: Do not define TCB_WAITEXECVE for AARCH64. * util.c (change_syscall): For AARCH64 and X32, replace code with dummy "return 0" and a comment explaining why that is ok for these architectures. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>