From ef14e3df7af903c0aa1a951abc8c1473bc41730f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 Feb 2009 13:53:48 -0500 Subject: ltp: Add 20090131 version --- packages/ltp/ltp-20090131/no_hyperthreading_tests.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/ltp/ltp-20090131/no_hyperthreading_tests.patch (limited to 'packages/ltp/ltp-20090131/no_hyperthreading_tests.patch') diff --git a/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch b/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch new file mode 100644 index 0000000000..6ef9635df9 --- /dev/null +++ b/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch @@ -0,0 +1,14 @@ +--- + testcases/kernel/sched/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: ltp-full-20090131/testcases/kernel/sched/Makefile +=================================================================== +--- ltp-full-20090131.orig/testcases/kernel/sched/Makefile ++++ ltp-full-20090131/testcases/kernel/sched/Makefile +@@ -1,4 +1,4 @@ +-SUBDIRS = cfs-scheduler clisrv hyperthreading nptl process_stress pthreads sched_stress tool ++SUBDIRS = cfs-scheduler clisrv nptl process_stress pthreads sched_stress tool + + all: + @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done -- cgit v1.2.3