From: Riku Voipio <[email protected]> Hi,
The following patches add support for Aarch64 in LTP. v2: adapt to latest upstream code and include generated linux_syscall_numbers.h Riku Voipio (4): Add aarch64 support [v2] Set invalid syscall as -1 instead of 0 Aarch64: include updated linux_syscall_numbers.h set 16kb incrediment for Aarch64 testcases/kernel/include/aarch64.in | 257 ++++ testcases/kernel/include/linux_syscall_numbers.h | 1608 ++++++++++++++++------ testcases/kernel/include/order | 1 + testcases/kernel/include/regen.sh | 5 +- testcases/kernel/mem/shmt/shmt09.c | 4 +- 5 files changed, 1467 insertions(+), 408 deletions(-) create mode 100644 testcases/kernel/include/aarch64.in -- 1.7.10.4 ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
