aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch
blob: 6ef9635df911360e49a7bbe9749c322871062bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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