Hi! > # uname -a > Linux 2.6.18-164.el5 #1 SMP Tue Aug 18 15:53:50 EDT 2009 s390x s390x > s390x GNU/Linux > # cat /etc/issue > Red Hat Enterprise Linux Server release 5.4 (Tikanga) > Kernel \r on an \m > > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall > -I/root/subrata/ltp/ltp-full-20091031/testcases/kernel/include > -I../../../../../include -I../../../../../include > -L/root/subrata/ltp/ltp-full-20091031/testcases/kernel/controllers/cpuset/cpuset_syscall_test/../cpuset_lib > -L../../../../../lib cpuset_syscall_test.c -lltp -lcpu_set -o > cpuset_syscall_test > cpuset_syscall_test.c: In function 'get_mempolicy': > cpuset_syscall_test.c:67: error: '__NR_get_mempolicy' undeclared (first > use in this function) > cpuset_syscall_test.c:67: error: (Each undeclared identifier is reported > only once > cpuset_syscall_test.c:67: error: for each function it appears in.) > cpuset_syscall_test.c: In function 'mbind': > cpuset_syscall_test.c:73: error: '__NR_mbind' undeclared (first use in > this function) > cpuset_syscall_test.c: In function 'set_mempolicy': > cpuset_syscall_test.c:78: error: '__NR_set_mempolicy' undeclared (first > use in this function) > cpuset_syscall_test.c: In function 'process_options': > cpuset_syscall_test.c:100: warning: unused variable 'file' > cpuset_syscall_test.c: In function 'test_mbind': > cpuset_syscall_test.c:177: warning: format '%lx' expects type 'long > unsigned int', but argument 2 has type 'void *' > make[5]: *** [cpuset_syscall_test] Error 1
Looks like set_mempolicy get_mempolicy and mbind are missing in testcases/kernel/include/s390x.in. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
