Update of /cvsroot/ltp/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16036/testcases/kernel/controllers/cpuset/cpuset_load_balance_test
Modified Files:
cpuset_cpu_hog.c
Log Message:
Checkin all local changes for testcases/kernel/controllers to avoid compile-time warnings and errors, so that I can move forward with the weak handlers change.
Signed-off-by: Garrett Cooper <yanegomi@...>
Index: cpuset_cpu_hog.c
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_cpu_hog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cpuset_cpu_hog.c 11 May 2009 10:02:46 -0000 1.1
--- cpuset_cpu_hog.c 30 Nov 2009 08:41:37 -0000 1.2
***************
*** 44,47 ****
--- 44,50 ----
"\t-h\tHelp.\n")
+ char *TCID = "cpuset_cpu_hog";
+ int TST_TOTAL = 1;
+
unsigned long count;
int nprocs;
|