equal
deleted
inserted
replaced
102 if(r != KErrNone) |
102 if(r != KErrNone) |
103 { |
103 { |
104 Kern::Printf("DFC Queue creation failed"); |
104 Kern::Printf("DFC Queue creation failed"); |
105 return r; |
105 return r; |
106 } |
106 } |
|
107 |
|
108 #ifdef CPU_AFFINITY_ANY |
|
109 NKern::ThreadSetCpuAffinity((NThread*)(iDfcQ->iThread), KCpuAffinityAny); |
|
110 #endif |
|
111 |
107 //Call the resource controller to set the DFCQ |
112 //Call the resource controller to set the DFCQ |
108 SetDfcQ(iDfcQ); |
113 SetDfcQ(iDfcQ); |
109 |
114 |
110 #ifdef PRM_ENABLE_EXTENDED_VERSION |
115 #ifdef PRM_ENABLE_EXTENDED_VERSION |
111 //Create a DFC Dependency Queue |
116 //Create a DFC Dependency Queue |