kerneltest/e32test/system/d_mstim.cpp
changeset 31 56f325a607ea
parent 0 a41df078684a
child 33 0173bcd7697c
--- a/kerneltest/e32test/system/d_mstim.cpp	Mon Dec 21 16:14:42 2009 +0000
+++ b/kerneltest/e32test/system/d_mstim.cpp	Wed Dec 23 11:43:31 2009 +0000
@@ -715,6 +715,10 @@
 	// Allocate a kernel thread to run the DFC 
 	TInt r = Kern::DynamicDfcQCreate(gDfcQ, KDMsTimThreadPriority, KDMsTimThread);
 
+#ifdef CPU_AFFINITY_ANY
+			NKern::ThreadSetCpuAffinity((NThread*)(gDfcQ->iThread), KCpuAffinityAny);			
+#endif
+
 	if (r != KErrNone)
 		return r;