kerneltest/e32test/misc/d_ipccpy.cpp
changeset 4 56f325a607ea
parent 0 a41df078684a
--- a/kerneltest/e32test/misc/d_ipccpy.cpp	Mon Dec 21 16:14:42 2009 +0000
+++ b/kerneltest/e32test/misc/d_ipccpy.cpp	Wed Dec 23 11:43:31 2009 +0000
@@ -124,6 +124,10 @@
 	// Allocate a kernel thread to run the DFC 
 	TInt r = Kern::DynamicDfcQCreate(iDfcQ, KIpcCpyThreadPriority, KIpcCpyThread);
 
+#ifdef CPU_AFFINITY_ANY
+	NKern::ThreadSetCpuAffinity((NThread*)(iDfcQ->iThread), KCpuAffinityAny);			
+#endif
+
 	if (r != KErrNone)
 		return r;