diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/misc/d_ipccpy.cpp --- 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;