equal
deleted
inserted
replaced
156 } |
156 } |
157 |
157 |
158 case RDemandPagingTestLdd::ESetRealtimeTrace: |
158 case RDemandPagingTestLdd::ESetRealtimeTrace: |
159 { |
159 { |
160 #if defined(_DEBUG) |
160 #if defined(_DEBUG) |
161 TUint32 bit = TUint32(1<<(KREALTIME&31)); |
161 TUint32 bit = TUint32(1U<<(KREALTIME&31)); |
162 __e32_atomic_axo_ord32(&Kern::SuperPage().iDebugMask[KREALTIME>>5], ~bit, a1?bit:0); |
162 __e32_atomic_axo_ord32(&Kern::SuperPage().iDebugMask[KREALTIME>>5], ~bit, a1?bit:0); |
163 #if 0 // can enable this to help debugging |
163 #if 0 // can enable this to help debugging |
164 bit = (1<<(KPAGING&31)); |
164 bit = (1<<(KPAGING&31)); |
165 __e32_atomic_axo_ord32(&Kern::SuperPage().iDebugMask[KPAGING>>5], ~bit, a1?bit:0); |
165 __e32_atomic_axo_ord32(&Kern::SuperPage().iDebugMask[KPAGING>>5], ~bit, a1?bit:0); |
166 #endif |
166 #endif |