diff -r 4122176ea935 -r 56f325a607ea kerneltest/e32test/misc/d_ipccpy.cpp --- 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;