kerneltest/e32test/misc/d_ipccpy.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 31 56f325a607ea
--- a/kerneltest/e32test/misc/d_ipccpy.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/kerneltest/e32test/misc/d_ipccpy.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -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;