On Wed, 2008-10-01 at 16:59 +0900, Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
Thanks. Regards-- Subrata > --- > testcases/kernel/include/order | 1 + > testcases/kernel/include/sh.in | 45 > ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+), 0 deletions(-) > create mode 100644 testcases/kernel/include/sh.in > > diff --git a/testcases/kernel/include/order b/testcases/kernel/include/order > index b8a31b3..3e2bd96 100644 > --- a/testcases/kernel/include/order > +++ b/testcases/kernel/include/order > @@ -6,6 +6,7 @@ powerpc64 > powerpc > s390x > s390 > +sh > sparc64 > sparc > x86_64 > diff --git a/testcases/kernel/include/sh.in b/testcases/kernel/include/sh.in > new file mode 100644 > index 0000000..24bc6cf > --- /dev/null > +++ b/testcases/kernel/include/sh.in > @@ -0,0 +1,45 @@ > +__NR_timer_create 259 > +__NR_timer_settime (__NR_timer_create+1) > +__NR_timer_gettime (__NR_timer_create+2) > +__NR_timer_getoverrun (__NR_timer_create+3) > +__NR_timer_delete (__NR_timer_create+4) > +__NR_clock_settime (__NR_timer_create+5) > +__NR_clock_gettime (__NR_timer_create+6) > +__NR_add_key 285 > +__NR_request_key 286 > +__NR_keyctl 287 > +__NR_ioprio_set 288 > +__NR_ioprio_get 289 > +__NR_inotify_init 290 > +__NR_inotify_add_watch 291 > +__NR_inotify_rm_watch 292 > +__NR_openat 295 > +__NR_mkdirat (__NR_openat + 1) > +__NR_mknodat (__NR_openat + 2) > +__NR_fchownat (__NR_openat + 3) > +__NR_futimesat (__NR_openat + 4) > +__NR_newfstatat (__NR_openat + 5) > +__NR_fstatat64 (__NR_openat + 5) > +__NR_unlinkat (__NR_openat + 6) > +__NR_renameat (__NR_openat + 7) > +__NR_linkat (__NR_openat + 8) > +__NR_symlinkat (__NR_openat + 9) > +__NR_readlinkat (__NR_openat + 10) > +__NR_fchmodat (__NR_openat + 11) > +__NR_faccessat (__NR_openat + 12) > +__NR_splice 313 > +__NR_tee 315 > +__NR_vmsplice 316 > +__NR_utimensat 320 > +__NR_timerfd_create 322 > +__NR_eventfd 323 > +__NR_fallocate 324 > +__NR_timerfd_settime 325 > +__NR_timerfd_gettime 326 > +__NR_signalfd4 327 > +__NR_eventfd2 328 > +__NR_epoll_create1 329 > +__NR_dup3 330 > +__NR_pipe2 331 > +__NR_inotify_init1 332 > +~ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
